unbound: Fix typo

This commit is contained in:
Erwin Boskma 2024-03-16 22:53:31 +01:00
parent 20f61bf863
commit c757e6cfb0
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -60,7 +60,7 @@
# Leave sections that are not requested out of the response message
# Reduces response message significantly and may prevent TCP fallback
# for some responses
minimal-response = true;
minimal-responses = true;
# Ensure kernel buffer is large enough to not lose messages in traffic spikes
so-rcvbuf = "8m";