Self-built proxy service through walls

  1. Tencent buy a cloud of overseas server or Amazon cloud server outside the network server (ip address is not wall stopped), you can buy Ali cloud,
  2. Install a proxy server. Program address https://github.com/shadowsocks/shadowsocks-go installation package: Linux-Server window-Client
  3. Installation SwitchyOmega_Chromium Project Address: SwitchyOmega

Profiles

# server
{
        "server":"*",
        "server_port":{server listen port},
        "password":"",
        "timeout": 600
}

#local
{
    "server":"{server ip}",
    "server_port":{server listen port},
    "local_port":1080,
    "local_address":"127.0.0.1",
    "password":"",
    "timeout":600
}

switchyomega settings:

Guess you like

Origin www.cnblogs.com/zp900704/p/11812283.html