Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinxer/tornado-proxy-server
proxy server in python with upstream support
https://github.com/thinxer/tornado-proxy-server
Last synced: 3 months ago
JSON representation
proxy server in python with upstream support
- Host: GitHub
- URL: https://github.com/thinxer/tornado-proxy-server
- Owner: thinxer
- Created: 2011-10-24T04:37:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T02:58:32.000Z (over 10 years ago)
- Last Synced: 2024-05-23T04:47:09.297Z (6 months ago)
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 49
- Watchers: 3
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.lstThe 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