Pi Hole and ASUSWrt Tweak

By | August 16, 2023

Pi Hole

Additional “Conditional Forwarding”
root@DietPi:/etc/dnsmasq.d# cat /etc/dnsmasq.d/01-pihole.conf
rev-server=192.168.50.0/24,192.168.50.1
rev-server=192.168.1.0/24,192.168.50.254
server=/local/192.168.50.1
server=/lan/192.168.50.254

ASUSWrt

Disable router own address for secondary DNS

nvram show | grep dhcp_dns
dhcp_dns1_x=172.16.1.
nvram set dhcp_dns1_x=172.16.1.2
nvram set dhcp_dns2_x=1.1.1.1
nvram commit
service restart_dnsmasq

Loading