Simple tunneling reverse proxy with a fast web UI and auto HTTPS. Designed for self-hosters.
Go to file
Anders Pitman 1b4e6beb61 Implement confirm dialog
Also moved shared styles to separate file which is included by
templates.
2020-10-11 13:32:10 -06:00
webui Implement confirm dialog 2020-10-11 13:32:10 -06:00
api.go Add ETag hash to tunnel responses 2020-10-10 08:20:17 -06:00
auth.go Move sessions and tunnels into database 2020-10-05 23:25:36 -06:00
boring_proxy_admin.go Implement confirm dialog 2020-10-11 13:32:10 -06:00
boringproxy.go Start implementing remote-controlled clients 2020-10-09 10:05:31 -06:00
client.go Reduce number of client panics 2020-10-10 10:04:37 -06:00
database.go Start implementing remote-controlled clients 2020-10-09 10:05:31 -06:00
go.mod Start implementing custom client 2020-09-30 23:49:03 -06:00
go.sum Start implementing custom client 2020-09-30 23:49:03 -06:00
main.go Start implementing remote-controlled clients 2020-10-09 10:05:31 -06:00
README.md Remove SirTunnel stuff from readme 2020-09-29 15:53:10 -06:00
todo.md Start implementing remote-controlled clients 2020-10-09 10:05:31 -06:00
tunnel_manager.go Start implementing remote-controlled clients 2020-10-09 10:05:31 -06:00
tunnel.sh Start implementing remote-controlled clients 2020-10-09 10:05:31 -06:00
utils.go Run go fmt 2020-09-29 20:12:54 -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.