mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
4c78059e66ffbd9e83a155c70220f0728672bf1d
Learned about the :target CSS selector, which can be used to replace content depending on the current URL hash. This allows making a sort of single page app without JavaScript. Currently experimenting with returning all the pages in a single request, then switching between them with :target. Seems to be working quite well so far.
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.
Description
Simple tunneling reverse proxy with a fast web UI and auto HTTPS. Designed for self-hosters.
Languages
Go
88.2%
Shell
10.6%
Dockerfile
1.2%