gosecure

September 1, 2023 ยท View on GitHub

Go Report Card GitHub release Github all releases GPLv3 license Maintenance HitCount Generic badge

gosecure

Simple command line secure tunneling tool.

gosecure supports tls >= 1.2 (yes, 1.3 too!)

Usage

  -alpn string
    	Comma-separated list of supported application level protocols
  -cert string
    	Certificate file
  -key string
    	Key file
  -local string
    	Where to listen on this machine [ip_address]:port
  -min-tls string
    	Minimum TLS version accepted (default "1.3")
  -remote string
    	Where to connect to {ip_address | hostname}:port

Build

Change to gosecure directory and run from the command line:

make

That's it.