Here is mine with my two piholes
View attachment 41576
DNSFilter points at the router himself
View attachment 41577
^^^Piholes are manually assigned addresses below in manual assignment && LAN DNS 1 and 2 are blank
^^^
View attachment 41578
^^^wan DNS 1 and wan DNS2 point to both piholes^^^
View attachment 41579
^^for ipv6^^^
define all local networks using dnsmasq.conf.add ( or dnsmasq.postconf)
Code:
local=/168.192.in-addr.arpa/
local=/your reverse arpa for ipv6.ip6.arpa/
local=/10.in-addr.arpa/
add-mac
add-subnet=32,128
On each of your piholes you have to define a static ipv6 by utilizing
/etc/dhcpcd.conf
it will usually use the same prefix as the parent ipv6 network.
(you can also make your ipv4 addresses static here as well)
Each of your pihole will have to use your unbound addresses as their custom upstream address. your piholes should be set to point back to the routers domain and network for reverse lookups.