shuttle icon indicating copy to clipboard operation
shuttle copied to clipboard

问下怎样配置一个带账号密码的socks5

Open jasonleong opened this issue 5 years ago • 1 comments

我是这样配置的,如下:

` General: loglevel: "info" dns-server:

  • "114.114.114.114"
  • "223.5.5.5" http-port: "2000" http-interface: "0.0.0.0" socks-port: "2001" socks-interface: "0.0.0.0" controller-port: "2010" controller-interface: "0.0.0.0" set-as-system-proxy: "auto" Proxy: "socks": ["socks", "localhost", "2001", "usr", "pwd"] `

Options使用Direct Mode

用http://localhost:2010 可以访问到面板. 现在问题是,这样配置后用账号密码跟不使用都一样, 都可以使用代理.是哪里出问题了不?

jasonleong avatar Sep 14 '20 08:09 jasonleong

想要的结果是: 不使用账号密码无法连接代理, 使用正确的账号密码后才可以连接. 如何配置呢?我是新手, 包涵!! 谢谢!!

jasonleong avatar Sep 14 '20 08:09 jasonleong