Merge pull request #48 from HSXX/patch-1

Update openvpn_guide.md
This commit is contained in:
wangyu-
2017-09-08 09:27:34 -05:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
#### run at client side
assume server ip is 45.66.77.88
```
./udp2raw_amd64 -s -l0.0.0.0:3333 -r 45.66.77.88:8855 -k "passwd" --raw-mode faketcp -a
./udp2raw_amd64 -c -l0.0.0.0:3333 -r 45.66.77.88:8855 -k "passwd" --raw-mode faketcp -a
```
#### hint