
AdGuard is a company with over 12 years of experience in ad blocking and privacy protection mostly known for AdGuard ad blocker, AdGuard VPN, and AdGuard DNS. More than 150 million people have already chosen AdGuard.
How do I set AdGuard to resolve host name of connected devices
I have an AdGuard home setup on Pi behind a router who is running the dhcp server. My AdGuard is is setup for server. All my devices are listed by IP in AdGuard. My router dhcp lease shows IP and hostnames. I would like to see hostanme in AdGuard instead of IP.
Router 192.168.4.1
AdGuard 192.168.4.210.
Sort by:
Best
Open comment sort options
Best
Top
New
Controversial
Old
Q&A
Onyour browser bring up the Adguard admin interface, go to Settings--> DNS Settings. Scroll down to Private DNS Servers. Enter your router’s IP address and select the check box below “Enable reverse resolving of client's IP addresses.”
thank you, that works for me.
This works!!
Very Helpful
Add this to your upstream dns servers:
[/168.192.in-addr.arpa/]192.168.4.1
Comment deleted by user
I did this, How do I add a vlan like this?
https://family.cloudflare-dns.com/dns-query
[/168.192.in-addr.arpa/]192.168.4.1
[/10.0.in-addr.arpa/]192.168.4.1
Like this: [/168.192.in-addr.arpa/]192.168.0.1 [/lan/168.192.in-addr.arpa/]192.168.0.1 [/iot/168.192.in-addr.arpa/]192.168.7.1 [/mgmt/168.192.in-addr.arpa/]192.168.9.1 The names are added to entries as a tld.
Thanks for educating me.
So my lan is 192.168.4.1
vlan is xyz 10.0.20.1
so it's like ? I will need all 3 entries?
[/168.192.in-addr.arpa/]192.168.4.1
[/lan/168.192.in-addr.arpa/]192.168.4.1
[/xyz/10.0.in-addr.arpa/]10.0.20.1