mikalv / i2p-outproxy-elixir

Elixir HTTP(S) outproxy for I2P - SOCKSv5 will be ready soon.

Home Page:https://geti2p.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Proxy

A proxy server. WIP

Dependencies

To run or build the code you must first run

$ mix deps.get

Running

$ 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.

Use your own clean ubuntu 18.04 image?

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

Building

To create a release use:

$ mix release

To create a production release use:

$ MIX_ENV=prod mix release

About

Elixir HTTP(S) outproxy for I2P - SOCKSv5 will be ready soon.

https://geti2p.net


Languages

Language:Elixir 90.7%Language:Shell 5.2%Language:JavaScript 2.3%Language:HTML 0.9%Language:CSS 0.5%Language:Dockerfile 0.3%