-
I use AdGuardHome as my DHCP and DNS server, and I have a domain registered I can sort of accomplish it by creating a static DHCP record for the printer, and give it the hostname Is there a way to do this without having two configurations for every device? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I'm not completely mistaken, that can be configured in your dhcp:
local_domain_name: mydomain.com |
Beta Was this translation helpful? Give feedback.
If I'm not completely mistaken, that can be configured in your
AdGuardHome.yaml
file in thedhcp
secrtion.