-
Notifications
You must be signed in to change notification settings - Fork 1.2k
udp2raw wireguard example configurations
Yancey Wang edited this page Jun 10, 2024
·
5 revisions
If you wang to redirect 0.0.0.0/0 via VPN, it's very important to add a route exception (on client side) so that the VPN won't hijack udp2raw's traffic.
(Since your VPN traffic goes throught udp2raw, if your VPN hijacks udp2raw's traffic then there will be a traffic loop and your udp2raw will lose connection.)
The route exception could be done by:
ip route add ${YOUR_SERVER_IP} via ${YOUR_GATEWAY_IP}
If you don't know how to find YOUR_GATEWAY_IP, you can find an example in https://github.com/wangyu-/UDPspeeder/wiki/UDPspeeder-openvpn-config-guide