Update README.md

This commit is contained in:
Namhyeon Go 2024-02-17 18:01:59 +09:00 committed by GitHub
parent b9483795c0
commit 40038a3c08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,13 @@ OPENSSL_BINPATH=openssl
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)
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)