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 answer record inconsistent with upstream? #1619

Open
lost22git opened this issue Jul 9, 2024 · 0 comments
Open

DNS answer record inconsistent with upstream? #1619

lost22git opened this issue Jul 9, 2024 · 0 comments
Assignees
Labels
bug TYPE: a report on something that isn't working

Comments

@lost22git
Copy link

lost22git commented Jul 9, 2024

my portmaster dns upstream server is dns://127.0.0.1:533

Screenshot 2024-07-10 011034

resolve docker.lost with portmaster (upstream 127.0.0.1:533), then return address 0.0.0.17

❯ doggo docker.lost @127.0.0.1:53 --time
NAME            TYPE    CLASS   TTL     ADDRESS         NAMESERVER      TIME TAKEN
docker.lost.    A       IN      1s      0.0.0.17        127.0.0.1:53    14ms

resolve docker.lost with 127.0.0.1:533 directly, then return address 127.0.0.1

❯ doggo docker.lost @127.0.0.1:533 --time
NAME            TYPE    CLASS   TTL     ADDRESS         NAMESERVER      TIME TAKEN
docker.lost.    A       IN      0s      127.0.0.1       127.0.0.1:533   12ms

addtion note: i have cleaned dns cache

@lost22git lost22git added the bug TYPE: a report on something that isn't working label Jul 9, 2024
@dhaavi dhaavi self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TYPE: a report on something that isn't working
2 participants