https://github.com/thinxer/tornado-proxy-server
proxy server in python with upstream support
https://github.com/thinxer/tornado-proxy-server
Last synced: 2 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T02:58:32.000Z (about 11 years ago)
- Last Synced: 2025-04-26T16:51:57.097Z (3 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