Is there any max payload size imposed by dnscrypt-proxy for EDNS?
I have a dnsmasq cache in front of dnscrypt-proxy and I'm seeing this on the logs:
Oct 04 19:26:11 dnsmasq[624]: reducing DNS packet size for nameserver 127.0.0.1 to 1280
Oct 04 19:31:17 dnsmasq[624]: reducing DNS packet size for nameserver 127.0.0.1 to 1280
dnsmasq default value is 4096.
I don't know anything about the history of this project or where it comes from, but I've found this:
This size can be made larger by starting the proxy with the --edns-payload-size= command-line switch. Values up to 4096 are usually safe.
https://github.com/opendns/dnscrypt-proxy/blob/master/README.markdown
Looks like currently this option is not supported anymore.
Is there any max payload size imposed by dnscrypt-proxy for EDNS?
I have a dnsmasq cache in front of dnscrypt-proxy and I'm seeing this on the logs:
dnsmasq default value is 4096.
I don't know anything about the history of this project or where it comes from, but I've found this:
Looks like currently this option is not supported anymore.