diegohce / gosecure

Go Secure: SSL/TLS Tunneling easy to use and easy to deploy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Go Secure: SSL/TLS Tunneling easy to use and easy to deploy.

License:GNU General Public License v3.0


Languages

Language:Shell 41.3%Language:Roff 32.7%Language:Go 21.6%Language:Makefile 4.4%