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

LAN: think about Reverse IP address mapping (.arpa) #23

Open
gwarser opened this issue Sep 19, 2021 · 1 comment
Open

LAN: think about Reverse IP address mapping (.arpa) #23

gwarser opened this issue Sep 19, 2021 · 1 comment

Comments

@gwarser
Copy link
Owner

gwarser commented Sep 19, 2021

https://en.wikipedia.org/wiki/.arpa#Reverse_IP_address_mapping

  • *.in-addr.arpa
  • *.ip6.arpa
@AnAccountForReportingBugs

Those addresses return domain names when given a PTR request. My understanding is that they are not supposed to return IP addresses to A or AAAA requests. I suppose someone could configure their DNS server to return an address, but that is probably not very common.

For example:

    $ dig +short A dns.google.
    8.8.8.8
    8.8.4.4
    $ dig +short A 8.8.8.8.in-addr.arpa.
    $ dig +short PTR 8.8.8.8.in-addr.arpa 
    dns.google.

That said, given that they don’t return addresses, it probably wouldn’t hurt either.

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

2 participants