New method to create Shadowsocks service on GC

New method to create Shadowsocks service on google cloud.

  1. create instance centos7 with minor cpu.
  2. yum install python-setuptools && easy_install pip
    pip install shadowsocks
    ssserver -p 1194 -k xxxxxx(pwd) -m rc4-md5&
  3. http://old.tool.chinaz.com/port/ to check if the port is usable.
  4. firewall rule create for all instances in the network allowing
    0.0.0.0/0 to access port 1194
    New method to create Shadowsocks service on GC
  5. configure shadowsocks agent on devices.
    New method to create Shadowsocks service on GC
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章