2022-10-05 17:16:30 +00:00
# php-httpproxy
HTTP proxy implementation with PHP socket
2022-10-05 17:19:11 +00:00
## How to works
```
2022-10-07 17:19:19 +00:00
You < ----- > HTTP proxy (Python) < ----- > Web hosting (PHP) < ----- > On the Web
2022-10-05 17:19:11 +00:00
```
2022-10-05 17:22:13 +00:00
HTTP proxy over the web hosting!
2022-10-07 17:19:19 +00:00
## 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
```
2. Run `python server.py` and set HTTP proxy in your web browser (e.g. Firefox)
2022-10-08 18:04:48 +00:00
3. Test [100MB ](http://speed.hetzner.de/100MB.bin ), [1GB ](http://speed.hetzner.de/1GB.bin ), [10GB ](http://speed.hetzner.de/10GB.bin ) download and check the speed (e.g. http://speed.hetzner.de/1GB.bin)
2022-10-07 17:32:53 +00:00
2022-10-07 17:19:19 +00:00
3. Enjoy it
2022-10-08 15:51:58 +00:00
4. (Optional) With [Cloudflare ](https://cloudflare.com ), we can expect to accelerate the 4x speed and reduce the network stuck.
2022-10-08 15:48:25 +00:00
2022-10-05 17:21:12 +00:00
## References
* https://github.com/anapeksha/python-proxy-server
2022-10-05 17:19:11 +00:00
## Contact
* gnh1201@gmail.com