1.百度自行安裝shadowsock(模式多樣)
2.編輯配置文件,重點(diǎn)是配置入站端口,出站可以不用限制

image.png
3.配置文件
{
"server":"172.31.25.248",#私有ip
"server_port":8024,#入站端口
"local_address": "127.0.0.1",#本地ip
"local_port":1080,#本地端口
"password":"************",#訪問密碼
"timeout":600,#超時(shí)
"method":"rc4-md5"#加密模式
}
4.客戶端訪問
重點(diǎn),訪問用公有ip

image.png