Skip to content

Go L4 proxy that supports unsecure and secure connections with mtls

Notifications You must be signed in to change notification settings

chris530/tcp-mtls-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

export localmtlsport=5556 export remote_addr_and_port="localhost:4444" export certdirpath="./" export nounsecure=true

go run ./server.go

curl --key tls.key --cert tls.crt -k https://localhost:5556

=== UnSecure proxy

export localport=3333 export remote_addr_and_port=localhost:4444

About

Go L4 proxy that supports unsecure and secure connections with mtls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages