mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
Merge branch 'master' of https://github.com/wangyu-/udp2raw-tunnel
This commit is contained in:
commit
51bbaa0627
@ -1,7 +1,7 @@
|
|||||||
# Udp2raw-tunnel
|
# Udp2raw-tunnel
|
||||||
![image0](images/image0.PNG)
|
![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.
|
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`
|
### `--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:
|
For example, rewrite the options for the above `server` example (in Getting Started section) into configuration file:
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ server端也可以用`--lower-level auto` 来尝试自动获得参数,如果
|
|||||||
|
|
||||||
### `--conf-file`
|
### `--conf-file`
|
||||||
|
|
||||||
为了避免将密码等私密信息暴露在进程命令行参数内,你也可以使用 `配置文件` 来存储参数。
|
为了避免将密码等私密信息暴露给`ps`命令,你也可以使用 `配置文件` 来存储参数。
|
||||||
|
|
||||||
比如,将以上服务端参数改写成配置文件
|
比如,将以上服务端参数改写成配置文件
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user