From 773863c53e96b150e29deffbab75c2f7c2f72d58 Mon Sep 17 00:00:00 2001 From: Mengdi Gao Date: Sat, 23 Aug 2014 19:37:41 -0700 Subject: [PATCH] Add TCP mode requirement --- Connect-to-OpenVPN-over-Shadowsocks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Connect-to-OpenVPN-over-Shadowsocks.md b/Connect-to-OpenVPN-over-Shadowsocks.md index 1ea3b00..8b61add 100644 --- a/Connect-to-OpenVPN-over-Shadowsocks.md +++ b/Connect-to-OpenVPN-over-Shadowsocks.md @@ -9,4 +9,8 @@ Add these lines to your .ovpn file: socks-proxy 127.0.0.1 1080 route SHADOWSOCKS_SERVER_IP 255.255.255.255 net_gateway +And make sure both server and client is configured to the TCP mode + + proto tcp + Then connect OpenVPN. \ No newline at end of file