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

Glider Socks5 UDP not working with client mode using username and password #219

Closed
TGSAN opened this issue Feb 3, 2021 · 4 comments
Closed
Labels

Comments

@TGSAN
Copy link

TGSAN commented Feb 3, 2021

Glider Socks5 UDP not working with client mode using username and password

Do some tests:

Test Socks5 client on 1080 port test result
[glider --listen=socks5://user:pass@:1080] TCP Pass, UDP Pass
[glider --listen=socks5://user:pass@:1090] - [glider --listen=socks5://:1080 --forward=socks5://user:[email protected]:1090] TCP Pass, UDP Failed
@TGSAN TGSAN changed the title Glider Socks5 UDP not working client mode or server mode on Windows Glider Socks5 UDP not working with client mode or server mode on Windows Feb 3, 2021
@nadoo
Copy link
Owner

nadoo commented Feb 5, 2021

Only not working on windows?

@TGSAN TGSAN changed the title Glider Socks5 UDP not working with client mode or server mode on Windows Glider Socks5 UDP not working with client mode using username and password Feb 5, 2021
@TGSAN
Copy link
Author

TGSAN commented Feb 5, 2021

Only not working on windows?

Sorry, there is a little problem with my previous description.
I edited this issue, this problem occurs on any system (Windows and Linux).
After retesting, I found that this problem only occurs in glider client mode with socks5 username and password.

run glider --listen=socks5://user:pass@:1090 --verbose
and run /glider --listen=socks5://:1080 --forward=socks5://user:[email protected]:1090 --verbose
use socks5 client to connect the socks5://user:[email protected]:1090, both TCP and UDP will work.
but use socks5 client to connect the socks5://127.0.0.1:1080, UDP is not work.

@nadoo
Copy link
Owner

nadoo commented Feb 5, 2021

Thanks for your hard work, I'll test and fix it later.

@TGSAN
Copy link
Author

TGSAN commented Feb 6, 2021

Thanks for your hard work, I'll test and fix it later.

Thank you for your hard work as well.

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

No branches or pull requests

2 participants