This is the initial release of Loxy. I consider it to be feature-complete, and the only updates I plan to make to it will be bug fixes and updates to keep the Opal reference current.
Quick Start
- Extract and run Loxy
./loxy
- Navigate to http://localhost:8080 and you'll be redirected to Loxy's usage page
- To proxy to an actual capsule, provide Loxy with that capsule's URL or domain name via the
-u|--remote
argument:
./loxy -u geminiprotocol.net
Run ./loxy --help
or see the usage page for available arguments.
I hope you find this tool to be useful!