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