Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinxer/tornado-proxy-server

proxy server in python with upstream support
https://github.com/thinxer/tornado-proxy-server

Last synced: about 2 months ago
JSON representation

proxy server in python with upstream support

Awesome Lists containing this project

README

        

A simple proxy server with configurable upstream proxy support.

Usages
------

./server.py
./server.py -u socks://localhost:1080
./server.py -u rules:rules.lst

The rules file looks like the following:

.*twitter\.com socks://localhost:2091
.*twimg\.com socks://localhost:2091

.*tsinghua\.edu\.cn direct:

.* socks://localhost:2090

To Do
-----

+ HttpProxyConnector
+ Keep-alive connections (both proxy connection and outgoing connection)
+ Authentication