Linux服务器-代理服务器

代理服务器

Shadowsocks

Shadowsocks is an open-source encrypted proxy project, widely used in mainland China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since.[4][5] Typically, the client software will open a socks5 proxy on the machine it is run, which internet traffic can then be directed towards, similarly to an SSH tunnel.[6] Unlike an SSH tunnel, shadowsocks can also proxy UDP traffic.

Shadowsocks代理

Shadowsocks

安装

Ubuntu

    sudo apt-get install python-pip

    sudo pip install shadowsocks

CentOS

    sudo yum install pip

    sudo pip install shadowsocks

启动shadowsocks服务

ssserver -p 8000 -k password -m rc4-md5 -d start

 

配置文件方式启动

ssserver -c /etc/shadowsocks.json --log-file=/tmp/shadowsocks.log -d start

Shadowsocks client

https://github.com/shadowsocks/shadowsocks-windows

https://github.com/shadowsocks/shadowsocks-windows/releases

https://github.com/shadowsocks/shadowsocks-android

https://github.com/shadowsocks/shadowsocks-android/releases

 

 

 

科学上网:

  1. 逗比根据地
  2. GFW BLOG

Ref:

     1.ubuntu shadowsocks安装及开机自启动

     2.VPS squid3 + stunnel4

     3.轻松在 VPS 搭建 Shadowsocks

    4. Shadowsocks-wiki

    5. https://shadowsocks.org/en/download/clients.html 下载

    6. https://github.com/shadowsocks

猜你喜欢

转载自www.cnblogs.com/zhen-android/p/9286766.html
今日推荐