Updated Known issues and solutions (markdown)

wangyu- 2021-03-11 17:01:31 -05:00
parent 5c2682c310
commit 07e1f3ab72

@ -30,5 +30,5 @@ VPN client usually provides some way to let you route your traffics through the
Usually you can avoid traffic loop by adding a route exception, for example on linux:
```
ip route add ${exception_ip} via ${default_network_gateway}
ip route add ${udp2raw_server_ip} via ${default_network_gateway}
```