Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
20374750
Topic
2036993
Board
中文 (Chinese)
Re: 最近国内很多vpn都被封了啊
by
cherry11800
on
25/07/2017, 14:36:07 UTC
Quote from: blockoptions on July 25, 2017, 08:39:33 AM
Quote from: msy2008 on July 24, 2017, 03:38:32 PM
Quote from: cherry11800 on July 23, 2017, 11:24:06 PM
Quote from: wuwuwu01 on July 23, 2017, 04:33:34 AM
Quote from: blockoptions on July 21, 2017, 04:43:12 AM
自建代理shadowsocks+SwitchySharp+Chrome
老哥有教程吗
大神,求指点啊
同求指点
不是大神,可以按照这个来安装:
1. 在linux服务器,安装shadowsocks
apt-get -y install python-pip git
git clone
https://github.com/shadowsocks-backup/shadowsocks.git
cd shadowsocks
python setup.py
2. 后台运行shadowsocks
ssserver -p 8000 -k 这里输入密码 -m rc4-md5 -d start
比如ssserver -p 8000 -k 12345678 -m rc4-md5 -d start
3. 客户端下载
http://sourceforge.net/projects/shadowsocksgui/files/latest/download?source=typ_redirect
4. 配合配合Chrome SwitchSharp插件使用
http://ian.wang/233.htm
window系统的能用吗?