Simple tunneling reverse proxy with a fast web UI and auto HTTPS. Designed for self-hosters.
Go to file
2020-09-29 15:53:10 -06:00
admin_listener.go Split into separate files and add todo 2020-09-26 15:56:57 -06:00
auth.go Start implementing auth 2020-09-28 22:46:35 -06:00
boringproxy.go Start implementing auth 2020-09-28 22:46:35 -06:00
main.go Split into separate files and add todo 2020-09-26 15:56:57 -06:00
README.md Remove SirTunnel stuff from readme 2020-09-29 15:53:10 -06:00
todo.md Remove SirTunnel stuff from readme 2020-09-29 15:53:10 -06:00
tunnel_manager.go Replace persistTunnels with saveJson function 2020-09-28 22:49:52 -06:00
utils.go Start implementing auth 2020-09-28 22:46:35 -06:00

What is it?

If you have a webserver running on one computer (say your development laptop), and you want to expose it securely (ie HTTPS) via a public URL, boringproxy allows you to easily do that.