Skip to content

VantaGate/VantaProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VantaProxy

All-in-Go encrypted HTTP/HTTPS proxy and demo HTTP server.

Usage

  1. Start demo HTTP server: go run secure_tunnel_proxy_server.go http --listen :8080
  2. Start proxy server: go run secure_tunnel_proxy_server.go server --listen :9000 --password "yourpass"
  3. Start proxy client: go run secure_tunnel_proxy_server.go client --remote "server_ip:9000" --password "yourpass" --http ":8081" Set your browser, curl, or wget to use localhost:8080 for HTTP/HTTPS

About

Simple encrypted end-to-end tunnel proxy made in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages