mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-11-27 18:10:40 +00:00
Caterpillar Proxy - The simple and parasitic web proxy with SPAM filter (formerly, php-httpproxy)
aeioubot-detectioncaptchafirewallforward-proxyhijackinghttp-proxyhttps-proxyk-anonymitymastodonmitmnetwork-filteringparasitic-computingproxyreverse-proxyspam-detectionssltlswafweb-debugging-proxy
| .gitignore | ||
| ca.crt | ||
| ca.key | ||
| cert.key | ||
| index.php | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| server.py | ||
php-httpproxy
HTTP(S) proxy implementation with PHP (PHP is no required) 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
- Write a file with filename like
.env(Linux) orsettings.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.1. (Optional) Install ca.cert
sudo apt-get install -y ca-certificates
sudo cp ca.crt /usr/local/share/ca-certificates/php-httpproxy-ca.crt
sudo update-ca-certificates
-
Run
python3 server.pyand set HTTP(S) proxy in your web browser (e.g. Firefox) -
Test 100MB/SSL, 1GB/SSL, 10GB/SSL download and check the speed (e.g. https://speed.hetzner.de/1GB.bin)
-
Enjoy it
-
(Optional) With Cloudflare, we can expect to accelerate the 4x speed and reduce the network stuck.
(Optional) For Mastodon users
- set
SERVER_URLvariable tolocalhostin.envorsettings.ini(e.g.SERVER_URL=localhost) - set
http_proxyvariable tohttp://localhost:5555inenv.production(e.g.http_proxy=http://localhost:5555)
References
Contact
- ActivityPub @gnh1201@catswords.social
- abuse@catswords.net