1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01:00

Adjust edns-buffer-size (DNS Flag Day 2020)

DNS Flag Day 2020 recommends a message size of 1232 bytes to avoid IP fragmentation while minimizaing the use of TCP
This commit is contained in:
mibere 2020-09-08 18:49:33 +02:00
parent 6275545086
commit eaaabf72f1

@ -33,7 +33,7 @@ server:
num-threads: @THREADS@
interface: 127.0.0.1@553
so-reuseport: yes
edns-buffer-size: 1220
edns-buffer-size: 1232
delay-close: 10000
cache-min-ttl: 3600
cache-max-ttl: 86400