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

Reverse lookup does not work #255

Open
nietzscheanic opened this issue Mar 13, 2024 · 0 comments
Open

Reverse lookup does not work #255

nietzscheanic opened this issue Mar 13, 2024 · 0 comments

Comments

@nietzscheanic
Copy link

nietzscheanic commented Mar 13, 2024

Reality:

❯ nslookup
> google.de
Server:         172.27.224.1
Address:        172.27.224.1#53

Non-authoritative answer:
Name:   google.de
Address: 142.250.185.195
> 142.250.185.195

Authoritative answers can be found from:
>

Expectation:

❯ nslookup
> server 8.8.8.8
Default server: 8.8.8.8
Address: 8.8.8.8#53
> google.de
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
Name:   google.de
Address: 142.251.37.3
Name:   google.de
Address: 2a00:1450:4016:80b::2003
> 142.251.37.3
3.37.251.142.in-addr.arpa       name = muc11s23-in-f3.1e100.net.

Authoritative answers can be found from:
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant