Skip to content

A simple proxy/forwarder to add TLS to programs using plain TCP.

License

Notifications You must be signed in to change notification settings

zhouchenh/tls-forwarder

Repository files navigation

tls-forwarder

A simple proxy/forwarder to add TLS to programs using plain TCP.

Usage of tls-forwarder:
  -c string
      Connect to the specific address
  -cert string
      Specify the path to the certificate file
  -d
      Run as daemon
  -insecuretls
      Allow insecure TLS
  -key string
      Specify the path to the private key file
  -l string
      Listen at the specific address
  -log string
      Specify the path to the log file
  -noctls
      Do not connect TLS
  -noltls
      Do not listen TLS
  -pid string
      Specify the path to the pid file
  -servername string
      Specify the server name in the certificate presented by the server

About

A simple proxy/forwarder to add TLS to programs using plain TCP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages