1 Commits
imgbot ... dev

Author SHA1 Message Date
arraykeys@gmail.com
58eb591044 fix docs 2019-01-28 12:56:29 +08:00
2 changed files with 6 additions and 6 deletions

View File

@ -514,7 +514,7 @@ HTTP (S) proxy supports superior load balance, and multiple -P parameters can be
`proxy http --lb-hashtarget --lb-method=leasttime -T tcp -P 1.1.1.1:33080 -P 2.1.1.1:33080 -P 3.1.1.1:33080 -t tcp -p :33080` `proxy http --lb-hashtarget --lb-method=leasttime -T tcp -P 1.1.1.1:33080 -P 2.1.1.1:33080 -P 3.1.1.1:33080 -t tcp -p :33080`
### **1.15 Speed limit** ### **1.15 Speed limit**
The speed limit is 100K, which can be specified through the `-l` parameter, for example: 100K 1.5M. 0 means unlimited. The speed limit is 100K, which can be specified through the `-l` parameter, for example: 100K 2000K 1M . 0 means unlimited.
`proxy http -t tcp -p 2.2.2.2:33080 -l 100K` `proxy http -t tcp -p 2.2.2.2:33080 -l 100K`
### **1.16 Designated exporting IP** ### **1.16 Designated exporting IP**
@ -956,7 +956,7 @@ SOCKS proxy supports the load balancing of superior authorities, and the -P para
`proxy socks --lb-hashtarget --lb-method=leasttime -T tcp -P 1.1.1.1:33080 -P 2.1.1.1:33080 -P 3.1.1.1:33080 -p :33080 -t tcp` `proxy socks --lb-hashtarget --lb-method=leasttime -T tcp -P 1.1.1.1:33080 -P 2.1.1.1:33080 -P 3.1.1.1:33080 -p :33080 -t tcp`
#### **5.13 Speed limit** #### **5.13 Speed limit**
The speed limit is 100K, which can be specified through the -l parameter, for example: 100K 1.5M. 0 means unlimited. The speed limit is 100K, which can be specified through the -l parameter, for example: 100K 2000K 1M . 0 means unlimited.
`proxy socks -t tcp -p 2.2.2.2:33080 -l 100K` `proxy socks -t tcp -p 2.2.2.2:33080 -l 100K`
#### **5.14 Designated exporting IP** #### **5.14 Designated exporting IP**
@ -1157,7 +1157,7 @@ Suppose there has a SOCKS5 parent proxy:
`proxy socks -p 2.2.2.2:33080 -z password -t tcp` `proxy socks -p 2.2.2.2:33080 -z password -t tcp`
SPS lower speed limit 100K SPS lower speed limit 100K
`proxy sps -S socks -P 2.2.2.2:33080 -T tcp -Z password -l 100K -t tcp -p :33080` `proxy sps -S socks -P 2.2.2.2:33080 -T tcp -Z password -l 100K -t tcp -p :33080`
It can be specified through the `-l` parameter, for example: 100K 1.5M. 0 means unlimited. It can be specified through the `-l` parameter, for example: 100K 2000K 1M . 0 means unlimited.
#### **6.12 Designated exporting IP** #### **6.12 Designated exporting IP**
The `- bind-listen` parameter opens the client's ability to access the target site with an entry IP connection, using the entry IP as the exporting IP. If the entry IP is the intranet IP, the exporting IP will not use the entry IP. The `- bind-listen` parameter opens the client's ability to access the target site with an entry IP connection, using the entry IP as the exporting IP. If the entry IP is the intranet IP, the exporting IP will not use the entry IP.

View File

@ -541,7 +541,7 @@ HTTP(S)代理支持上级负载均衡,多个上级重复-P参数即可.
### **1.15 限速** ### **1.15 限速**
限速100K,通过`-l`参数即可指定,比如:100K 1.5M . 0意味着无限制. 限速100K,通过`-l`参数即可指定,比如:100K 2000K 1M . 0意味着无限制.
`proxy http -t tcp -p 2.2.2.2:33080 -l 100K` `proxy http -t tcp -p 2.2.2.2:33080 -l 100K`
@ -1016,7 +1016,7 @@ SOCKS代理支持上级负载均衡,多个上级重复-P参数即可.
#### **5.13 限速** #### **5.13 限速**
限速100K,通过`-l`参数即可指定,比如:100K 1.5M . 0意味着无限制. 限速100K,通过`-l`参数即可指定,比如:100K 2000K 1M . 0意味着无限制.
`proxy socks -t tcp -p 2.2.2.2:33080 -l 100K` `proxy socks -t tcp -p 2.2.2.2:33080 -l 100K`
@ -1246,7 +1246,7 @@ sps下级,限速100K
`proxy sps -S socks -P 2.2.2.2:33080 -T tcp -Z password -l 100K -t tcp -p :33080` `proxy sps -S socks -P 2.2.2.2:33080 -T tcp -Z password -l 100K -t tcp -p :33080`
通过`-l`参数即可指定,比如:100K 1.5M . 0意味着无限制. 通过`-l`参数即可指定,比如:100K 2000K 1M . 0意味着无限制.
#### **6.12 指定出口IP** #### **6.12 指定出口IP**