Created Connect to OpenVPN via Shadowsocks (markdown)
parent
96a6ff19df
commit
79e3253713
1 changed files with 12 additions and 0 deletions
12
Connect-to-OpenVPN-via-Shadowsocks.md
Normal file
12
Connect-to-OpenVPN-via-Shadowsocks.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue