A proxy server. WIP
To run or build the code you must first run
$ mix deps.get
$ MIX_ENV=prod mix run --no-halt
will start the proxy server.
The http proxy server can be accessed at 127.0.0.1:4480
.
Ok great, that's possible. Paste this into your console as root, go a walk meanwhile cause we're gonna compile a while.
curl https://github.com/mikalv/i2p-outproxy-elixir/raw/master/contrib/build-images/remote-install-script.sh | bash
To create a release use:
$ mix release
To create a production release use:
$ MIX_ENV=prod mix release