mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #478] 为何不支持socks5设置密码了? #382
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wb1t on GitHub (Apr 21, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/478
文档:
https://snail007.host900.com/goproxy/manual/zh/#/?id=_5socks5%e4%bb%a3%e7%90%86
proxy socks -t tcp -p ":33080" -a "user1:pass1" -a "user2:pass2"
proxy socks -t tcp -p ":33080" -F auth-file.txt
这两个命令提示:
2022/04/21 23:06:34.926826 proxy/main.go:86 ERROR err : unknown short flag '-a'
@snail007 commented on GitHub (Apr 21, 2022):
认证是商业版功能,手册有说明。