New method to create Shadowsocks service on google cloud.
- create instance centos7 with minor cpu.
- sudo
- #yum install python-setuptools && easy_install pip
#pip install shadowsocks
#ssserver -p 1194 -k xxxxxx(pwd) -m rc4-md5&
- http://old.tool.chinaz.com/port/ to check if the port is usable.
- firewall rule create for all instances in the network allowing
0.0.0.0/0 to access port 1194
- configure shadowsocks agent on devices.