Asus routers are known to push their own IP for DNS via DHCP:
If want to be sure, install nmap
on Pi-hole:
sudo apt install nmap
And post results for below one (might want to redact some):
sudo nmap -sU -p67 --script dhcp-discover 192.168.1.1
Asus routers are known to push their own IP for DNS via DHCP:
If want to be sure, install nmap
on Pi-hole:
sudo apt install nmap
And post results for below one (might want to redact some):
sudo nmap -sU -p67 --script dhcp-discover 192.168.1.1