mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #254] Maybe a bug in socks proxy process when using tcp without authentication in backend. #172
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#172
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 @laikee99 on GitHub (Apr 2, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/254
During socks5 proxy progress, we tested for serval auth situations,
In this 👇 section , A is the front server as downstream, so B is the backend server as upstream.
SO, whatever I tested using command such as:
In the a command, I can input any user & pass. I can not use udp proxy due to wrong password , but I can use tcp well.
In the b command, I can not input anything except the correct user and pass, but My tcp and udp proxy IP shows the server A's.
Why I am doing this:
IF B server would down I can change it easily due to domain host name , but I require user/pass to let out stuff have access to server.
What I want to improve:
I want to Use Correct account to send proxy requests , not just verify users when they go through the UDP but also TCP.
@laikee99 commented on GitHub (Apr 2, 2019):
Thank you for your precious time and value!
:)
👍
@snail007 commented on GitHub (Apr 2, 2019):
you should using function sps instead of that.Fully access control is supported by the sps.
@snail007 commented on GitHub (Apr 2, 2019):
in your case,you should noticed argument with --always
@snail007 commented on GitHub (Apr 3, 2019):
you can disable each of http(s) \ss \sockks with --disable-xxx,
reading outputting of
proxy help sps