/tls-forwarder

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

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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