unbound: Fix typo
This commit is contained in:
parent
20f61bf863
commit
c757e6cfb0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue