mirror of
https://github.com/gnh1201/caterpillar.git
synced 2024-11-26 15:31:45 +00:00
Update README.md
This commit is contained in:
parent
d4bd128833
commit
27fc983942
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user