mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-28 17:05:59 +03:00
[GH-ISSUE #47] support socks5 username/password (rfc1929) #24
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#24
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 @JonasGao on GitHub (Mar 15, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/47
can you supporting rfc1929.
@snail007 commented on GitHub (Mar 15, 2018):
proxy already supported it,you can find it via:https://github.com/snail007/goproxy#57authentication
@JonasGao commented on GitHub (Mar 16, 2018):
oh, i mean, second level SOCKS need auth.
i already have a SOCKS proxy, it need auth.
then, i want convert it to HTTP....
like
./proxy http -p :33080 -T tcp -P "22.22.22.22:8080" -SOME-AUTH-ARG "xxx:yyy"and,
"xxx:yyy" use to"22.22.22.22:8080"`@snail007 commented on GitHub (Mar 16, 2018):
i see,this feature will coming soon,please keep watching project.
@snail007 commented on GitHub (Mar 28, 2018):
done.
via: https://github.com/snail007/goproxy#66authentication