diff --git a/one-container/pihole-unbound/unbound-pihole.conf b/one-container/pihole-unbound/unbound-pihole.conf index 43954d9..27769d9 100644 --- a/one-container/pihole-unbound/unbound-pihole.conf +++ b/one-container/pihole-unbound/unbound-pihole.conf @@ -44,7 +44,8 @@ server: num-threads: 1 # Ensure kernel buffer is large enough to not lose messages in traffic spikes - so-rcvbuf: 1m + # Be aware that if enabled (requires CAP_NET_ADMIN or privileged), the kernel buffer must have the defined amount of memory, if not, a warning will be raised. + #so-rcvbuf: 1m # Ensure privacy of local IP ranges private-address: 192.168.0.0/16