What's new

edns-packet-max on Merlin DNSMASQ

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:
Similar threads

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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

Members online

Back
Top