配合HttpProxy使用
在本机3128启动http代理
{ "httpProxy": { "port": 1080, "user": "user", "passwd": "passwd", "checkAuth": false, "onlyLocalhost": false, "finalServer": { "host": "xxxxx", "port": 443, "userName": "xxx", "password": "xxx" }, "routers": [{ "addrSuffixes": ["nflxso.net", "nflxvideo.net", "netflix.com", "nflxext.com"], "server": { "host": "xxx", "port": 443, "userName": "xxx", "password": "xxx" } }] }, "httpProxy": { "port": 3128, "user": "xx", "passwd": "xx", "checkAuth": false, "onlyLocalhost": false, "server": { "host": "xx", "port": 443, "userName": "xx", "password": "xx" } }, "controlServer": { "port": 7229, "onlyLocalhost": true } }