Shadowsocks wall flip tutorial,
========================================================== ================================
Version: 1.0.0-beta
Author: Shi Shuo
Updated:
========================================================== ================================
Server
(0) Environment System: CentOS 6.6 x64 software: shadowsocks
(1) install the shadowsocks command on CentOS in yum install python-setuptools & easy_install pippip install shadowsocks
(2) Configure parameters to create the configuration file vim/etc/shadowsocks. json content: {"server": "11.22.33.44", "server_port": 1111, "local_address": "127.0.0.1", "local_port": 1080, "password": "abc123 ", "timeout": 300, "method": "aes-256-cfb", "fast_open": false} note: "server" refers to the public IP address of the server, which requires external access
"Local_address" the server does not use this parameter "fast_open". This parameter can be used only when the Linux kernel version is later than 3.7.
(3) The Startup Program runs in Normal Mode ssserver-c/etc/shadowsocks. json background running mode ssserver-c/etc/shadowsocks. json-d start Note: For shadowsocks usage, you can use the ssserver-h command to view
Add the startup Item vim/etc/rc. d/rc. local and add a line of ssserver-c/etc/shadowsocks. json-d start at the end of the file.
Client local browser proxy & client local Global Proxy
Windows direct download Shadowsocks-win-x.x.x.zip address: http://sourceforge.net/projects/shadowsocksgui/files/dist/decompress, directly run Shadowsocks.exe, fill in the previous shadowsocks. in json, the server IP address, port, and key are displayed. Right-click the airplane icon in the notification area, select "Update PAC from GFWList", "Enable System proxy", "system proxy mode --> PAC mode", and "start upon startup". OK!
Android (Browser Application) directly download Shadowsocks-android latest releases version installation can be; or directly from google play download shadowsocks Project address: https://github.com/shadowsocks/shadowsocks-android/releases
IPhone & iPad (Browser app) install the latest Shadowsocks version directly in app store; or download shadowsocks Project address: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help directly from google play
MacOS directly download the ShadowsocksX-x.x.x.dmg to install the Project address: http://sourceforge.net/projects/shadowsocksgui/files/dist/after the operation, fill in the previous shadowsocks. json Server IP address, port, key
Linux directly download the Shadowsocks-gui-x.x.x-linux-x64.tar.xz to install the Project address: http://sourceforge.net/projects/shadowsocksgui/files/dist/#set reference Windows platform.
Client Intranet browser proxy
Shadowsocks listens to 127.0.0.1 by default and does not allow connections from the lan. However, the client provides the LAN connection options as follows: in the running Shadowsocks, right-click, select "allow connections from Lan ".
Global proxy for the client Intranet (available for the moment)
Currently, no proper implementation method has been found; One method is to install the Shadowsocks software on each computer.
Note: The corresponding plug-ins need to be installed for the browser to implement the socks5 proxy to access the Internet. The Chrome browser needs to install the SwitchOption plug-in. The rest will not be explained here.
Reference: shadowsocks https://github.com/shadowsocks/shadowsocks