A simple TN3270 router that can be used to route access to several applications or machines behind a single gateway
- Crude access control system for proxied services
- Authentication
- 2FA support using TOTP
route3270 -c example.toml
Review the example.toml
file for usage instructions.
You can generate OTP keys using route3270 -g -c example.toml
. These keys then need to be added to the appropriate user entry, as well as the users' TOTP app (such as Google Authenticator).
- Each user can only have up to 14 services to chose from.
- Does not support SSL (both server and client)