Update README.md

This commit is contained in:
Namhyeon Go 2022-11-25 21:58:03 +09:00
parent d4bd128833
commit 27fc983942

View File

@ -1,9 +1,9 @@
# php-httpproxy
HTTP proxy implementation with PHP socket
HTTP(S) proxy implementation with PHP socket
## How to works
```
You <-----> HTTP proxy (Python) <-----> Web hosting (PHP) <-----> On the Web
You <-----> HTTP(S) proxy (Python) <-----> Web hosting (PHP) <-----> On the Web
```
HTTP proxy over the web hosting!
@ -20,10 +20,11 @@ CA_KEY=ca.key
CA_CERT=ca.crt
CERT_KEY=cert.key
CERT_DIR=certs/
OPENSSL_BINPATH=openssl
CLIENT_ENCODING=utf-8
```
2. Run `python server.py` and set HTTP proxy in your web browser (e.g. Firefox)
2. Run `python server.py` and set HTTP(S) proxy in your web browser (e.g. Firefox)
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)