diff --git a/Connect-to-OpenVPN-via-Shadowsocks.md b/Connect-to-OpenVPN-via-Shadowsocks.md new file mode 100644 index 0000000..1ea3b00 --- /dev/null +++ b/Connect-to-OpenVPN-via-Shadowsocks.md @@ -0,0 +1,12 @@ +Setup OpenVPN and shadowsocks (Python / libev / node.js version) on your server. + +Setup OpenVPN client and shadowsocks(Python / GUI / libev version) 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