I have a Raspberry Pi with a few Docker containers in it.
One is PiHole, one is an ipsec strongSwan VPN and the other is a dashboard I coded from scratch. In coding it from scratch, I found myself googling more errors, but one I just cannot figure out is why dns clients refuse to use PiHole. I have set rightdns=192.168.0.67 (the Raspberry Pi’s IP on my LAN) and in the past to the 172 address of the PiHole container, but it just leaks back out to Google.
I have tried numerous things, but I think my setup may be the issue (I am new to networking).