mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Simple tunneling reverse proxy with a fast web UI and auto HTTPS. Designed for self-hosters.
* The CSS styles were leaking information about tunnels, even for things like the login page, which can be sent to anyone. * Tokens could be created for any user by any user. |
||
---|---|---|
webui | ||
api.go | ||
auth.go | ||
boringproxy.go | ||
client.go | ||
database.go | ||
generate_logo.sh | ||
go.mod | ||
go.sum | ||
logo_concept.svg | ||
logo.svg | ||
main.go | ||
notes.md | ||
README.md | ||
todo.md | ||
tunnel_manager.go | ||
tunnel.sh | ||
ui_handler.go | ||
utils.go |
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.