Replies: 3 comments 12 replies
-
Have you enabled rDNS and all the relevant settings? |
Beta Was this translation helpful? Give feedback.
1 reply
-
How is dns configured on your router? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I don't have the option to add "No Redirection" on Client list of my router. The fields are MAC, IP Address, DNS server, I removed the DNS Server and left it blank. It still only gives me the IP address on AGH. I did change the DNS director to "Router", as you suggested. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All AdGuard is showing in the query log is the local IP addresses, no names. Like this:

For example, If I do a NSLOOKUP from any computer on my network, like nslookup 192.168.1.63, it returns:
Server: UnKnown
Address: 192.168.1.4 <--- my AdGuard server
*** UnKnown can't find 192.168.1.63: Non-existent domain
But, If I point the request to my router, like this nslookup 192.168.1.63 192.168.1.1. It returns:
Server: Router.LOWEOAK.NET
Address: 192.168.1.1 <--- My router
Name: iPhone.LOWEOAK.NET
Address: 192.168.1.63
Why can't I get AdGuard to route that request properly?
Beta Was this translation helpful? Give feedback.
All reactions