https://github.com/hellonico/dapah
Deamonized Http Proxy for Ajax request in Python 2
https://github.com/hellonico/dapah
Last synced: 12 months ago
JSON representation
Deamonized Http Proxy for Ajax request in Python 2
- Host: GitHub
- URL: https://github.com/hellonico/dapah
- Owner: hellonico
- Created: 2012-08-16T08:08:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-17T05:25:49.000Z (over 13 years ago)
- Last Synced: 2025-02-17T01:43:48.751Z (about 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Simple Daemon HTTP proxy for python2
usage:
proxy.py start|stop|restart
will start on port 9999
To change the port
export PROXY_PORT=8081 ; proxy.py start