From d756f7af8b8dd3dd9d1c53ed17d292444b3929ae Mon Sep 17 00:00:00 2001 From: gDD Date: Tue, 9 Sep 2014 18:45:46 -0700 Subject: [PATCH] typo and letter case fixes --- ... => Connect to OpenVPN over Shadowsocks.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) rename Connect-to-OpenVPN-over-Shadowsocks.md => Connect to OpenVPN over Shadowsocks.md (50%) diff --git a/Connect-to-OpenVPN-over-Shadowsocks.md b/Connect to OpenVPN over Shadowsocks.md similarity index 50% rename from Connect-to-OpenVPN-over-Shadowsocks.md rename to Connect to OpenVPN over Shadowsocks.md index 6b3f970..2b800f4 100644 --- a/Connect-to-OpenVPN-over-Shadowsocks.md +++ b/Connect to OpenVPN over Shadowsocks.md @@ -1,12 +1,12 @@ -Setup OpenVPN and shadowsocks (Python / node.js version) on your server. - -Setup OpenVPN client and shadowsocks(Python / node.js) on your local machine. - -Connect shadowsocks. - -Add these lines to your .ovpn file: - - socks-proxy 127.0.0.1 1080 - route SHADOWSOCKS_SERVER_IP 255.255.255.255 net_gateway - +Setup OpenVPN and Shadowsocks (Python / Node.js) on your server. + +Setup OpenVPN client and Shadowsocks(Python / Node.js) on your local machine. + +Connect Shadowsocks. + +Add these lines to your .ovpn file: + + socks-proxy 127.0.0.1 1080 + route SHADOWSOCKS_SERVER_IP 255.255.255.255 net_gateway + Then connect OpenVPN. \ No newline at end of file