diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-10-08 16:45:02 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-10-08 16:45:18 +0000 |
| commit | de3faa85d8f99d260cbfa6242dd8e4ece693e4f8 (patch) | |
| tree | a6acdbcaf08a1b0830963c8851e741f099cb9921 /usr.sbin | |
| parent | e41e099ef199de096abd9a93289bdacfd83a5f48 (diff) | |
Diffstat (limited to 'usr.sbin')
| -rwxr-xr-x | usr.sbin/unbound/setup/local-unbound-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/unbound/setup/local-unbound-setup.sh b/usr.sbin/unbound/setup/local-unbound-setup.sh index d57d74952fc7..25cfef48b6f0 100755 --- a/usr.sbin/unbound/setup/local-unbound-setup.sh +++ b/usr.sbin/unbound/setup/local-unbound-setup.sh @@ -261,6 +261,7 @@ gen_unbound_conf() { if [ "${use_tls}" = "yes" ] ; then echo " tls-cert-bundle: /etc/ssl/cert.pem" fi + echo " so-sndbuf: 0" echo "" if [ -f "${forward_conf}" ] ; then echo "include: ${forward_conf}" |
