Zihao

Make small but daily progress

0%

SS(shardowsocks)+FS(Final speed)带你飞

早期我曾通过goagent、xx-net勉强能浏览google学术等(你懂的) 网站,但至今很久没用过了,主要原因这东西是免费的访问速度、稳定性都很受限,当有限资源满足不了现代人类的欲望时,他们会寻求捷径以获得更多资源,我亦如此。三十而立了,越来越有欲望自己搞点什么,结合自己三十年来学到的东西,不追求利益就出于兴趣玩玩,于是乎有了需要查询的需求,于是乎我做了这件事情,留此文。

1、租用服务器资源

gigsgiscloud上租用了个最便宜的香港vps,2刀一月。

1
2
3
4
OS:CentOS 6 
Men: 512M
bandwith:500G/Mon (完全足够)
disk: 30G

2、服务端软件安装

root用户(ssh)登陆vps
一键安装SS:

1
2
3
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log

安装成功提示:

1
2
3
4
5
6
7
8
9
Congratulations, shadowsocks install completed!
Your Server IP:your_server_ip
Your Server Port:8989
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes-256-cfb

Welcome to visit:http://teddysun.com/342.htmlEnjoy it!

用户配置文件:

路径/etc/shadowsocks.json

1
2
3
4
5
6
7
8
9
10
{
"server":"your_server_ip",
"server_port":8989,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"yourpassword",
"timeout":300,
"method":"aes-256-cfb",
"fast_open": false
}

同时可以配置多用户。

1
2
3
4
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
状态:/etc/init.d/shadowsocks status

一键安装FS,不要装成了XS,XS是收费的:
root用户执行以下命令:

1
2
3
4
5
6
7
8
9
rm -f install_fs.sh
wget https://github.com/dupontjoy/customization/raw/master/Rules/Shadowsocks/Finalspeed/install_fs.sh
chmod +x install_fs.sh
./install_fs.sh 2>&1 | tee install.log

# 启动:
sh /fs/start.sh
# 停止:
sh /fs/stop.sh

3、客户端配置

下载SS客户端:
https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#windows

下载安装FS客户端:
https://www.abclite.cn/redirect/aHR0cDovL2ZzLmQxc20ubmV0L2ZpbmFsc3BlZWQvZmluYWxzcGVlZF9pbnN0YWxsMS4wLmV4ZQ==

SS+FS配置
注:SS上要配两个服务器,一个连接VPS,一个做FS代理的,如图,密码为/etc/shadowsocks.json 配置文件中的密码

4、使用chrome浏览

配置chrome套接字代理:127.0.0.1 端口1083,还可swichsharp扩展让浏览器在代理非代理模式间快捷切换。
此时若可访问谷歌,且FS显示端口xxx连接成功,代表加速成功,FS着实强大,在与香港ping值达到300-500ms的情况下依然可跑满网络,如此,奔跑吧骚年。
注:以上仅vps每月2刀的租用费用,其他软件都免费。

Reference:
http://blog.csdn.net/str999_cn/article/details/51280834
https://www.cmsky.com/finalspeed/
http://blog.sina.com.cn/s/blog_d30686f70102vxt1.html

欢迎关注我的其它发布渠道