vumi-http-proxy

HTTP Proxy in Python Twisted to prevent unauthorized access to blacklisted ips


License
BSD-3-Clause
Install
pip install vumi-http-proxy==0.1.1

Documentation

vumi-http-proxy

Black & White listing HTTP Proxy for Vumi Sandbox HTTP requests

Vumi-http-proxy Travis CI build status Vumi-http-proxy coverage on Coveralls Documentation Status

To build this locally:

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install -e .

To run using default ip and port configuration:

(ve)$ twistd -n vumi_http_proxy --configfile=CONFIGFILENAME

Alternatively:

(ve)$ queen-of-ni --configfile CONFIGFILENAME

To run using manual configuration:

(ve)$ twistd -n vumi_http_proxy --interface=IPADDRESS --port=PORTNO --configfile=CONFIGFILENAME

Alternatively:

(ve)$ queen-of-ni --interface IPADDRESS --port PORTNO --configfile CONFIGFILENAME

For help:

(ve)$ queen-of-ni --help

For documentation, please see http://queen-of-ni.readthedocs.org/