Skip to content

arloor/connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

客户端代理

配合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
  }
}

About

配合HttpProxy使用,在本机启动http和socks5代理

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages