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

The domain name does not resolve correctly when used on Android #271

Open
Hovn opened this issue Dec 5, 2024 · 1 comment
Open

The domain name does not resolve correctly when used on Android #271

Hovn opened this issue Dec 5, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Hovn
Copy link

Hovn commented Dec 5, 2024

I use this tool on my Android11 phone and the basic options work perfectly, a great tool. In addition to the following:
When it detects the domain name and port, it always fails to resolve the domain name correctly, I guess it's because this tool is designed for Linux, and Android's domain name resolution may be different from Linux?
Use the Android ping tool to resolve the domain name correctly.

Error:
Failed to resolve www.qq.com: lookup www.qq.com on [::1]:53: read udp [::1]:46024->[::1]:53: read: connection refused

image

Hopefully there will be some fixes so that it really works perfectly on Android. Or add the option to customize the DNS server.
Best wishes!

@pouriyajamshidi
Copy link
Owner

pouriyajamshidi commented Dec 5, 2024

Hi @Hovn,

I think this is the same as #223.

I guess it's because this tool is designed for Linux, and Android's domain name resolution may be different from Linux?

No, it is OS agnostic and we use it daily across many different OSs except Android.

I do not have an Android device to reproduce this. Will mark it as help wanted in hopes that someone can chime in.

What happens if you use ping qq.com first and then tcping qq.com 443?

@pouriyajamshidi pouriyajamshidi added the help wanted Extra attention is needed label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

2 participants