This commit is contained in:
arraykeys
2021-06-03 10:13:57 +08:00
parent 390a2aab97
commit 19c5fd9e87
5 changed files with 43 additions and 11 deletions
+32
View File
@@ -140,6 +140,38 @@ chmod +x install_commercial.sh
./install_commercial.sh
```
## UPDATE
### Linux
```shell
proxy update
```
Force update.
```shell
proxy update -f
```
### Windows
For example `proxy` placed in `c:\gp\proxy`.
```bat
c:\
cd gp
proxy update
```
Force update.
```shell
c:\
cd gp
proxy update -f
```
## TODO
- http,socks proxy multiple upstream load balancing?
- http(s) proxy to increase pac support?