Ver Fonte

Update README.zh-cn.md

wangyu- há 8 anos atrás
pai
commit
0a44043884
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      doc/README.zh-cn.md

+ 3 - 3
doc/README.zh-cn.md

@@ -54,11 +54,11 @@ https://github.com/wangyu-/UDPspeeder/releases
 ### 运行
 假设你有一个server,ip为44.55.66.77,有一个服务监听在udp 7777端口。 假设你需要加速本地到44.55.66.77:7777的流量。
 ```
-在client端运行:
-./speederv2 -c -l0.0.0.0:3333 -r44.55.66.77:4096 -f20:10 -k "passwd"
-
 在server端运行:
 ./speederv2 -s -l0.0.0.0:4096 -r127.0.0.1:7777  -f20:10 -k "passwd"
+
+在client端运行:
+./speederv2 -c -l0.0.0.0:3333 -r44.55.66.77:4096 -f20:10 -k "passwd"
 ```
 
 现在client和server之间建立起了tunnel。想要连接44.55.66.77:7777,只需要连接 127.0.0.1:3333。来回的所有的udp流量会被加速。