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 认证问题 #531

Open
tluo-github opened this issue Apr 6, 2023 · 2 comments
Open

socks5 认证问题 #531

tluo-github opened this issue Apr 6, 2023 · 2 comments

Comments

@tluo-github
Copy link

Expected Behavior

按照使用文档:
5.7.认证
对于socks5代理协议我们可以进行用户名密码认证,认证的用户名和密码可以在命令行指定
proxy socks -t tcp -p ":33080" -a "user1:pass1"
应该运行成功

Current Behavior

运行失败

[root@44841209f849 app]# ./proxy socks -t tcp -p ":33080" -a "user1:pass1"
2023/04/06 08:57:28.824053 proxy/main.go:86 FATAL err : unknown short flag '-a'

Possible Solution

Steps to Reproduce

  1. 检查是否为代码BUG

Context (Environment)

  1. proxy version is : free_13.0
  2. full command is : proxy socks -t tcp -p ":33080" -a "user1:pass1"
  3. system is : CentOS 7.9
  4. full log is: 2023/04/06 08:57:28.824053 proxy/main.go:86 FATAL err : unknown short flag '-a'

Detailed Description

Possible Implementation

@snail007
Copy link
Owner

snail007 commented Apr 7, 2023

认证是商业版功能

@tluo-github
Copy link
Author

tluo-github commented Sep 4, 2023 via email

Repository owner deleted a comment from DokiDoki1103 Sep 4, 2023
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

2 participants