Commit graph

4 commits

Author SHA1 Message Date
Xabi
d60ebfcd7d
Disable so-rcvbuf custom value (#166)
* 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>
2022-10-12 22:02:36 -07:00
Jens Brey
0206d8049a
Migrated unbound process handling to s6 and updated to latest pihole (#119)
* one-container: Migrated unbound to s6 supervise, update to latest pihole base image

* Added unbound-run file for S6
2022-04-13 21:35:22 -07:00
LawnMo
adabe4c786
reduce edns-buffer-size to 1232 (#99)
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/
2022-02-13 08:28:14 -08:00
Chris Crowe
f976f463db
Single container support (#11)
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.
2020-12-31 12:23:33 -08:00