From ac18f3dd4e671a25c385a5f208821a2ffa42a8f9 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 10 Mar 2021 22:27:05 -0500 Subject: [PATCH] Updated udp2raw openvpn config guide (markdown) --- udp2raw-openvpn-config-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/udp2raw-openvpn-config-guide.md b/udp2raw-openvpn-config-guide.md index c82653d..928ecd6 100644 --- a/udp2raw-openvpn-config-guide.md +++ b/udp2raw-openvpn-config-guide.md @@ -100,4 +100,7 @@ txqueuelen 4000 ##### suggested # to transparently redirect traffic Check this article,its same for udp2raw+OpenVPN : -https://github.com/wangyu-/UDPspeeder/wiki/UDPspeeder-openvpn-config-guide \ No newline at end of file +https://github.com/wangyu-/UDPspeeder/wiki/UDPspeeder-openvpn-config-guide + +#### Note +If you want to transparently redirect traffic by 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 lost connection. \ No newline at end of file