mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 09:51:06 +00:00
Update README.md
This commit is contained in:
parent
b9483795c0
commit
40038a3c08
|
@ -24,6 +24,13 @@ OPENSSL_BINPATH=openssl
|
||||||
CLIENT_ENCODING=utf-8
|
CLIENT_ENCODING=utf-8
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1.1. (Optional) Install ca.cert
|
||||||
|
```bash
|
||||||
|
$ sudo apt-get install -y ca-certificates
|
||||||
|
$ sudo cp ca.crt /usr/local/share/ca-certificates/php-httpproxy-ca.crt
|
||||||
|
$ sudo update-ca-certificates
|
||||||
|
```
|
||||||
|
|
||||||
2. Run `python server.py` and set HTTP(S) 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)/[SSL](https://speed.hetzner.de/100MB.bin), [1GB](http://speed.hetzner.de/1GB.bin)/[SSL](https://speed.hetzner.de/1GB.bin), [10GB](http://speed.hetzner.de/10GB.bin)/[SSL](http://speed.hetzner.de/10GB.bin) download and check the speed (e.g. https://speed.hetzner.de/1GB.bin)
|
3. Test [100MB](http://speed.hetzner.de/100MB.bin)/[SSL](https://speed.hetzner.de/100MB.bin), [1GB](http://speed.hetzner.de/1GB.bin)/[SSL](https://speed.hetzner.de/1GB.bin), [10GB](http://speed.hetzner.de/10GB.bin)/[SSL](http://speed.hetzner.de/10GB.bin) download and check the speed (e.g. https://speed.hetzner.de/1GB.bin)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user