From 79e325371395037fabf397ff628e5c17ab1f41bc Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 20 Jun 2014 02:16:51 -0700 Subject: [PATCH] Created Connect to OpenVPN via Shadowsocks (markdown) --- Connect-to-OpenVPN-via-Shadowsocks.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Connect-to-OpenVPN-via-Shadowsocks.md 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