Skip to content

Reverse DNS lookups failing for local addresses using IPv6 #7456

Answered by Nopel2020
cinergi2 asked this question in Q&A
Discussion options

You must be logged in to vote

There's a private_networks configuration option in adguardhome.yaml exactly for your case. Just add the IP address or your entire /56 or /64 range to it like this:

dns:
  private_networks:           
    - ::1/128                 
    - 2xxx:xxxx:xxxx:xxxx::/64 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cinergi2
Comment options

Answer selected by cinergi2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants