Based on Python 3.5 and asyncio.
Install and run using Docker Compose:
$ docker-compose upor Python + pip alone:
$ pip install -e .
$ python proxy.pyYou can use environment variables to configure the proxy:
$ export PROXY_HOST=host
$ export PROXY_PORT=8888