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
|
|
|
科学上网:
Ref: