mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 22:39:31 +08:00
Update README.zh-cn.md
This commit is contained in:
parent
effbda0918
commit
af8160870b
@ -88,7 +88,7 @@ https://github.com/wangyu-/udp2raw-tunnel/releases
|
|||||||
### 命令选项
|
### 命令选项
|
||||||
```
|
```
|
||||||
udp2raw-tunnel
|
udp2raw-tunnel
|
||||||
version: Aug 5 2017 21:03:54
|
version: Aug 18 2017 00:29:11
|
||||||
repository: https://github.com/wangyu-/udp2raw-tunnel
|
repository: https://github.com/wangyu-/udp2raw-tunnel
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
@ -98,8 +98,8 @@ usage:
|
|||||||
common options,these options must be same on both side:
|
common options,these options must be same on both side:
|
||||||
--raw-mode <string> avaliable values:faketcp(default),udp,icmp
|
--raw-mode <string> avaliable values:faketcp(default),udp,icmp
|
||||||
-k,--key <string> password to gen symetric key,default:"secret key"
|
-k,--key <string> password to gen symetric key,default:"secret key"
|
||||||
--auth-mode <string> avaliable values:aes128cbc(default),xor,none
|
--cipher-mode <string> avaliable values:aes128cbc(default),xor,none
|
||||||
--cipher-mode <string> avaliable values:md5(default),crc32,simple,none
|
--auth-mode <string> avaliable values:md5(default),crc32,simple,none
|
||||||
-a,--auto-rule auto add (and delete) iptables rule
|
-a,--auto-rule auto add (and delete) iptables rule
|
||||||
-g,--gen-rule generate iptables rule then exit
|
-g,--gen-rule generate iptables rule then exit
|
||||||
--disable-anti-replay disable anti-replay,not suggested
|
--disable-anti-replay disable anti-replay,not suggested
|
||||||
@ -119,6 +119,8 @@ other options:
|
|||||||
0:dont increase
|
0:dont increase
|
||||||
1:increase every packet
|
1:increase every packet
|
||||||
2:increase randomly, about every 3 packets (default)
|
2:increase randomly, about every 3 packets (default)
|
||||||
|
--lower-level <string> send packet at OSI level 2, format:'if_name#dest_mac_adress'
|
||||||
|
ie:'eth0#00:23:45:67:89:b9'.Beta.
|
||||||
-h,--help print this help message
|
-h,--help print this help message
|
||||||
```
|
```
|
||||||
### iptables 规则
|
### iptables 规则
|
||||||
|
Loading…
x
Reference in New Issue
Block a user