This commit is contained in:
wangyu- 2017-08-31 10:36:38 -05:00
commit 51bbaa0627
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Udp2raw-tunnel
![image0](images/image0.PNG)
A Tunnel which tunnels UDP via FakeTCP/UDP/ICMP Traffic by using Raw Socket, helps you Bypass UDP FireWalls(or Unstable UDP Environment). Its Encrypted, Anti-Replay and Multiplexed. It also acts as a Connection Stabilizer.
A Tunnel which turns UDP Traffic into Encrypted FakeTCP/UDP/ICMP Traffic by using Raw Socket, helps you Bypass UDP FireWalls(or Unstable UDP Environment). It can defend Replay-Attack and supports Multiplexing. It also acts as a Connection Stabilizer.
It can tunnel any traffic when used together with a UDP-based VPN(such as OpenVPN).Check [this link](https://github.com/wangyu-/udp2raw-tunnel#tunneling-any-traffic-via-raw-traffic-by-using-udp2raw-openvpn) for more info.
@ -136,7 +136,7 @@ Monitor iptables and auto re-add iptables rules(for blocking kernel tcp processi
### `--conf-file`
You can also load options from a configuration file in order to keep secrets away from ps command.
You can also load options from a configuration file in order to keep secrets away from `ps` command.
For example, rewrite the options for the above `server` example (in Getting Started section) into configuration file:

View File

@ -177,7 +177,7 @@ server端也可以用`--lower-level auto` 来尝试自动获得参数,如果
### `--conf-file`
为了避免将密码等私密信息暴露在进程命令行参数内,你也可以使用 `配置文件` 来存储参数。
为了避免将密码等私密信息暴露`ps`命令,你也可以使用 `配置文件` 来存储参数。
比如,将以上服务端参数改写成配置文件