Skip to content
Damian Swan edited this page Jun 22, 2024 · 1 revision

EZPROX

EZPROX is a simple proxy solution with minimal UI

Usage

By default, URLs are served on the root / using go.sillylittle.tech/bare/ as the bare server.
https:/ is converted to https:// in vercel.json due to some browser limitations

Technical Details

URL Encoding

URLs are not encoded, so they can simply be put into the URL and served.
Due to how this tool is designed, it can sometimes be unstable due to the / prefix covering some important server tools.

OSS Used

https://github.com/titaniumnetwork-dev/Ultraviolet
https://github.com/tomphttp/bare-server-node
https://github.com/liriliri/eruda

Clone this wiki locally