Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 538 Bytes

File metadata and controls

11 lines (6 loc) · 538 Bytes

Proxy

A stupid simple proxy server, written in Python and Flask. Useful for hacking around cross-browser restrictions and other things you're not supposed to do on the Internet.

Deployment

To deploy on Apache, add something like this to your httpd.conf:

ScriptAlias /proxy /path/to/proxy/index.cgi

For more detailed info, see the Flask documentation.