{ "server":"your server ip", #服务器 ip( the ip your server listens ) "server_port":1080, #客户端连接端口,本地侦听 "local_address": "127.0.0.1", #本地代理地址( the address your local listen ) "local_port":<端口号2>, #自己设定的端口号( local port 127.0.0.1) "password":"<password>", #客户端连接密码 "timeout":300, #超时时间 "method":"aes-256-cfb", #加密方式 "fast_open": false #是否使用 tcp }