Updated Setup a Shadowsocks relay (markdown)
parent
04b0f6df40
commit
0b7f453e56
1 changed files with 10 additions and 1 deletions
|
@ -2,7 +2,16 @@ If you want your client connected to a Japan VPS, but you want a US IP.
|
|||
|
||||
Client <--> Japan VPS <--> US VPS
|
||||
|
||||
### Easy version:
|
||||
|
||||
1. Setup Shadowsocks server as usual on US VPS.
|
||||
2. Install socat on Japan VPS.
|
||||
3. Run `socat TCP-LISTEN:8388,fork TCP:US_VPS_IP:8388` on Japan VPS.
|
||||
4. Set your server to JAPAN_VPS_IP:8388 on your client.
|
||||
4. Set your server to JAPAN_VPS_IP:8388 on your client.
|
||||
|
||||
### Better version:
|
||||
|
||||
Append the following line to `/etc/apt/sources.list`
|
||||
|
||||
deb http://ftp.us.debian.org/debian/ wheezy-backports main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue