shadowsocks教程

shadowsocks实质上也是一种socks5代理服务,类似于ssh代理。与vpn的全局代理不同,shadowsocks仅针对浏览器代理,不能
代理应用软件,比如youtube、twitter客户端软件。如果把vpn比喻为一把屠龙刀,那么shadowsocks就是一把瑞士军刀,轻巧方便,
功能却非常强大. https://github.com/shadowsocks/shadowsocks

服务端:

Debian / Ubuntu:

apt-get install python-pip
pip install shadowsocks

CentOS:

yum install python-setuptools && easy_install pip
pip install shadowsocks

启动:

ssserver -p 443 -k password -m aes-256-cfb

客户端

支持mac,win,ios,android,linux等。各客户端下载地址见:http://shadowsocks.org/en/download/clients.html

Mac说明见: http://jingyan.baidu.com/article/ca2d939d0b8dd5eb6c31cef6.html

win说明见:http://jingyan.baidu.com/article/7f766dafbcbef24101e1d0b6.html

Android说明见:http://jingyan.baidu.com/article/d713063520484c13fcf47552.html

IOS : https://itunes.apple.com/us/app/shadowsocks/id665729974?ls=1&mt=8

暂时就整理这么多,有不明白望大家见谅!


此条目发表在 网站架构 分类目录。将固定链接加入收藏夹。

评论功能已关闭。