What's new

edns-packet-max on Merlin DNSMASQ

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

How can this be changed? I tried to add edns-packet-max=1232 in dnsmasq.conf.add but then dnsmasq won't start, telling that there is a duplicate option in its config.
 
How can this be changed? I tried to add edns-packet-max=1232 in dnsmasq.conf.add but then dnsmasq won't start, telling that there is a duplicate option in its config.
It will be included in the next release, but you can use dnsmasq.postconf in the interim.
Bash:
# cat dnsmasq.postconf
#!/bin/sh

CONFIG="$1"
. /usr/sbin/helper.sh

pc_replace "edns-packet-max=1280" "edns-packet-max=1232" "$CONFIG"
 
Thank you! :) Sadly nextdns overwrites any changes I do to this file. :( Looks like they delete and recreate it everytime their client restarts...
Edit: left a bug note at nextdns...
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top