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

DNS customized port number not working. it is working only port 53. why I can't use another port? #121

Open
ChiY119 opened this issue Feb 1, 2021 · 6 comments
Labels

Comments

@ChiY119
Copy link

ChiY119 commented Feb 1, 2021

I have my DNS server.
My DNS server is using the customized port(not default 53, it is using 99).
I want to connect my android app to this dns server.
App is not working with this port number.
I hope you reply to me
thanks

@PeratX
Copy link
Member

PeratX commented Feb 2, 2021

You should enable Advanced DNS in Settings

@ChiY119
Copy link
Author

ChiY119 commented Feb 2, 2021

I did Advanced DNS(enabled).
In this case, I think, it seems to work on any port number.
I tried port53 and any other port number.
Both case, everything worked.
what is the reason?
my dns server is not working on dns port 53.
But if I enable Advanced Setting, with port 53, it is working.
could you explain to me?
thanks

@PeratX
Copy link
Member

PeratX commented Feb 2, 2021

Without Advanced DNS, Daedalus is using system's DNS mechanism, which means the system will handle DNS requests automatically.
With Advanced DNS, Daedalus will filter all DNS requests and handle it manually, which support all ports and different protocols.

@ChiY119
Copy link
Author

ChiY119 commented Feb 2, 2021

My dns server is running on port 99.

I tried to check in both case with Advanced DNS.
1 - my dns ip : 53
2 - my dns ip : 99

I think, in first case , android phone should not be worked domain function.
But for both case, all is working.
any idea?
thanks for your replying

@PeratX
Copy link
Member

PeratX commented Feb 2, 2021

You can see detailed DNS request log in Log fragment.
Please check it and upload it then we can have a nice discussion.

@ChiY119
Copy link
Author

ChiY119 commented Feb 2, 2021

I will upload screenshot.
And one question :

Inside only my app, I can use my dns server(dns server port 99)?
Android is possible?

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