I'm using pi-hole on my network with this setting:
Advanced>DHCP/DNS>Dnsmasq Custom configuration:
It works great but I would now like to have my guest wifi use a different set of DNS entries so that pihole effectively does not work when connected to the guest wifi. How can I do it yet retain the setting above?
Thanks!
Advanced>DHCP/DNS>Dnsmasq Custom configuration:
Code:
dhcp-option=6,192.168.1.250
Thanks!