Skip to content

Releases: aschuhardt/Loxy

v1.0.0

10 Oct 00:54
9dd8988
Compare
Choose a tag to compare

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

  1. Extract and run Loxy
./loxy
  1. Navigate to http://localhost:8080 and you'll be redirected to Loxy's usage page
  2. 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!