* Disable so-rcvbuf custom value
Using the default value is most of the time enough for a normal operation.
This removes an Unbound warning that complains about not having the requested 1m or more for kernel buffering.
* Corrected indentation
* Include additional information
Explained how to correctly enable so-rcvbuf.
Co-authored-by: burnbabyburn <xyz258@abwesend.de>
Co-authored-by: burnbabyburn <xyz258@abwesend.de>
avoids warnings in pihole such as :
Warning in dnsmasq core: reducing DNS packet size for nameserver 127.0.0.1 to 1280
from pihole's doc : https://docs.pi-hole.net/guides/dns/unbound/
* remove uneeded 1.1.1.1 dns entry
I noticed that the 1.1.1.1 dns entry is set in the docker compose file but it is not used for pihole or unbound in any way so makes sense to remove the unneeded entry
* Update docker-compose.yaml
Removing `dns` directive from docker-compose
Co-authored-by: Chris Crowe <425808+chriscrowe@users.noreply.github.com>
* comment to allow unbound port forwarding
Add a comment to allow the unbound service to be exposed to the local server could be useful for troubleshooting purposes or initial set up
* Update docker-compose.yaml
Remove duplicate commented line
Co-authored-by: Chris Crowe <425808+chriscrowe@users.noreply.github.com>
* Changing to bridge networking
* Adding volume declarations
* Updating readme with Portainer volumes note
* Adding env var for HOSTNAME
* Adding env var for DOMAIN_NAME
Adding a 2nd docker-compose config for running both Pi-Hole and Unbound in the same container (following recommended steps in the Pi-Hole docs).
Restructuring the project to maintain the old 2-container setup as well.