mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
Update README.md
This commit is contained in:
parent
6c578738ca
commit
effbda0918
@ -70,7 +70,7 @@ to run on Android, see [Android_Guide](/doc/android_guide.md)
|
|||||||
### Usage
|
### Usage
|
||||||
```
|
```
|
||||||
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:
|
||||||
@ -80,8 +80,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
|
||||||
@ -101,6 +101,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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user