mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 18:01:07 +00:00
Update README.md
This commit is contained in:
parent
377388f7cb
commit
bf401c3957
|
@ -33,15 +33,17 @@ OPENSSL_BINPATH=openssl
|
||||||
CLIENT_ENCODING=utf-8
|
CLIENT_ENCODING=utf-8
|
||||||
```
|
```
|
||||||
|
|
||||||
- (Optional) Install RootCA for SSL decryption ([Download CA Certificate](ca.crt))
|
- (Optional) Create a certificate for SSL decryption
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
chmod +x configure_certs.sh
|
||||||
|
./configure_certs.sh
|
||||||
sudo apt-get install -y ca-certificates
|
sudo apt-get install -y ca-certificates
|
||||||
sudo cp ca.crt /usr/local/share/ca-certificates/caterpillar-ca.crt
|
sudo cp ca.crt /usr/local/share/ca-certificates/caterpillar-ca.crt
|
||||||
sudo update-ca-certificates
|
sudo update-ca-certificates
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run `python3 server.py` and set HTTP(S) proxy in your web browser (e.g. Firefox)
|
2. Run `python3 server.py` and set HTTP(S) proxy in your web browser (e.g. Firefox, Chromium)
|
||||||
|
|
||||||
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