caterpillar/README.md
2022-10-09 00:48:25 +09:00

746 B

php-httpproxy

HTTP proxy implementation with PHP socket

How to works

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

HTTP 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
PROXY_URL=http://example.org
  1. Run python server.py and set HTTP proxy in your web browser (e.g. Firefox)

  2. Test 10GB download and check the speed (e.g. http://speed.hetzner.de/10GB.bin)

  3. Enjoy it

  4. (Optional) With Cloudflare proxy, we can expect to accelerate four times the speed.

References

Contact