mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-31 12:19:34 +08:00
Updated Known issues and solutions (markdown)
parent
9fd346d7f0
commit
5c2682c310
@ -22,3 +22,13 @@ Otherwise sometimes there will be some subtle problems hard to debug.
|
||||
|
||||
Related issue:
|
||||
https://github.com/wangyu-/udp2raw-tunnel/issues/389
|
||||
|
||||
### VPN over udp2raw, traffic loop
|
||||
Sometimes you might want to make VPN connections through udp2raw. For example you run your VPN client and udp2raw client on the same machine.
|
||||
|
||||
VPN client usually provides some way to let you route your traffics through the VPN connection, or you can do it manually by your self with `ip route` rules. No matter how you route your traffics, make sure don't let VPN hijack udp2raw's traffic. Otherwise, suppose your VPN is running through udp2raw and your udp2raw traffic is hijacked back to VPN, there will be a traffic loop.
|
||||
|
||||
Usually you can avoid traffic loop by adding a route exception, for example on linux:
|
||||
```
|
||||
ip route add ${exception_ip} via ${default_network_gateway}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user