Caterpillar Proxy - The simple and parasitic web proxy with SPAM filter (formerly, php-httpproxy)
Go to file
2024-02-17 14:40:33 +09:00
.gitignore Create .gitignore 2022-11-25 21:40:24 +09:00
ca.crt Add HTTPS decryption (Experimental) 2022-11-25 17:12:58 +09:00
ca.key Add HTTPS decryption (Experimental) 2022-11-25 17:12:58 +09:00
cert.key Add HTTPS decryption (Experimental) 2022-11-25 17:12:58 +09:00
index.php Update index.php, README.md 2022-11-25 23:05:24 +09:00
LICENSE Initial commit 2022-10-06 02:16:30 +09:00
README.md Update index.php, README.md 2022-11-25 23:05:24 +09:00
requirements.txt Create requirements.txt 2022-10-06 13:29:24 +09:00
server.py Update server.py 2024-02-17 14:40:33 +09:00

php-httpproxy

HTTP(S) proxy implementation with PHP socket

How to works

You <-----> HTTP(S) proxy (Python) <-----> Web hosting (PHP) <-----> On the Web

HTTP(S) proxy over the web hosting!

How to use

  1. Write a file with filename like .env(Linux) or settings.ini(Windows). Like this:
[settings]
PORT=5555
SERVER_URL=http://example.org
CA_KEY=ca.key
CA_CERT=ca.crt
CERT_KEY=cert.key
CERT_DIR=certs/
OPENSSL_BINPATH=openssl
CLIENT_ENCODING=utf-8
  1. Run python server.py and set HTTP(S) proxy in your web browser (e.g. Firefox)

  2. Test 100MB/SSL, 1GB/SSL, 10GB/SSL download and check the speed (e.g. https://speed.hetzner.de/1GB.bin)

  3. Enjoy it

  4. (Optional) With Cloudflare, we can expect to accelerate the 4x speed and reduce the network stuck.

References

Contact