From 0b7f453e561c6a26bdf3ab630bb6604c3c1c4f27 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 28 May 2014 00:30:05 -0700 Subject: [PATCH] Updated Setup a Shadowsocks relay (markdown) --- Setup-a-Shadowsocks-relay.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Setup-a-Shadowsocks-relay.md b/Setup-a-Shadowsocks-relay.md index b7a39e3..c96d528 100644 --- a/Setup-a-Shadowsocks-relay.md +++ b/Setup-a-Shadowsocks-relay.md @@ -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. \ No newline at end of file +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 +