I have two instances of Pi-hole running on my home LAN: one on a Raspberry Pi 3B and another on my Ubuntu server (running on a NUC). I am a long-time user of Pi-hole, but I have only recently installed Unbound on both Pi-hole setups (I took backups first).
I believe it's running correctly; however, as a novice user, I am not entirely sure.
A brief overview of the rest of my system: I have Synology equipment around the house, specifically a Vigor 130 ADSL/VDSL modem connected to a Synology RT2600ac router. Additionally, I have another RT2600ac and a 2200 unit running a mesh Wi-Fi network. My network and Pi's are connected via Ethernet.
In the Synology 'Router Network Center', I ‘Manually Configure DNS Server’ and I set the 'Preferred DNS Server' to the IP of my RPI3b and for the 'Alternate DNS Server' I set to the IP of my Ubuntu server IP (I think this relates specifically to the router DNS, and I have previously had this set to cloudflare). Staying in the 'Network Center' and then 'Local Network', and then 'Primary LAN', I set the 'Primary DNS' to the IP of my RPI 3b and the 'Secondary DNS' to the Ubuntu server IP. I also set ‘Forward known DNS server’, as I think this allows me to identify various kit connected to the LAN.
After installing Unbound, I used the 'Test Validation' feature. The first test resulted in a 'Connection timed out; no servers could be reached' message. Although it did not specifically say 'SERVFAIL', I am unsure if this indicates an issue. The second test returned a 'NOERROR' status, which seems correct to me. I also updated the IP range to my own LAN in the pi-hole.conf file as part of the install.
Using www.dnsleaktest.com, I see a single server with an IP assigned to me by my ISP and a long hostname that I don't recognize. It also correctly identifies my location to the nearest town. I understand that my ISP can still see my traffic, similar to if I were using Cloudflare, but my traffic is more spread out rather than directed to a specific DNS provider. Is this result and my assumption correct?
Regarding the Pi-hole on the Raspberry Pi 3B, I initially saw a large increase in traffic from the router IP, which has now settled somewhat. The alternate Pi-hole install on my Ubuntu server has seen a massive increase in traffic, currently at 82k queries, while the Raspberry Pi 3B is at 38k. Does this sound correct?
In summary, does the installation sound correct? Why is there a large increase in traffic to the Pi-holes, especially to the alternate one?