Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasonleong opened this issue Sep 14, 2020 · 1 comment
Open

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

jasonleong opened this issue Sep 14, 2020 · 1 comment

Comments

@jasonleong
Copy link

我是这样配置的,如下:

`
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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant