Please follow the below template, it will help us to help you!
Expected Behaviour:
Fairly new to this. Running a docker as follows and have installed both pihole and unbound from a single compose file. Containers are healthy for both the pihole and unbound but will not process queries if the recommended setting in DNS is used (Allow only local requests
Allows only queries from devices that are at most one hop away (local devices)).
If I select one of the other “Potentially dangerous options”, pi-hole will spring into life with queries. The “potentially dangerous” bit is slightly unnerving so for now I’ve switched back to deaf mode (allow only local requests).
The host machine is hardwired to the router which itself runs a firewall so on this basis, I should be able to run the potentially dangerous options. However, I’d like to understand why the default local request setting doesn’t work - is this because it is dockered and related to the network bridge between pihole container and the unbound container - does this effectively create an additionally hop or two hence no longer “local”.
- 13.2 Trixie
- Raspberry PI 4 Model B Rev 1.5
- Combined Pi-Hole / Unbound (Klutchell) compose file
- 29.1.3
Apologies for the potentially daft question.