Update README.md
This commit is contained in:
@ -1102,7 +1102,7 @@ through this way, When you visits the website by local proxy 8080, it visits the
|
|||||||
**three level example**
|
**three level example**
|
||||||
First level VPS (ip:2.2.2.2) execution:
|
First level VPS (ip:2.2.2.2) execution:
|
||||||
`proxy sps -t tcp -m -p :7777`
|
`proxy sps -t tcp -m -p :7777`
|
||||||
Second level VPS (ip:3.3.3.3) execution::
|
Second level VPS (ip:3.3.3.3) execution:
|
||||||
`proxy sps -T tcp -P 2.2.2.2:7777 -M -t tcp -m -p :8888`
|
`proxy sps -T tcp -P 2.2.2.2:7777 -M -t tcp -m -p :8888`
|
||||||
Local third level execution:
|
Local third level execution:
|
||||||
`proxy sps -T tcp -P 3.3.3.3:8888 -M -t tcp -p :8080`
|
`proxy sps -T tcp -P 3.3.3.3:8888 -M -t tcp -p :8080`
|
||||||
@ -1121,7 +1121,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 1.5M. 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user