diff options
Diffstat (limited to 'config/dnsmasq-edns/dnsmasq-edns.patch')
-rw-r--r-- | config/dnsmasq-edns/dnsmasq-edns.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/dnsmasq-edns/dnsmasq-edns.patch b/config/dnsmasq-edns/dnsmasq-edns.patch new file mode 100644 index 00000000..5ef93d1e --- /dev/null +++ b/config/dnsmasq-edns/dnsmasq-edns.patch @@ -0,0 +1,13 @@ +diff --git a/etc/inc/services.inc b/etc/inc/services.inc +index d014b13..09b1ae8 100644 +--- a/etc/inc/services.inc ++++ b/etc/inc/services.inc +@@ -636,7 +636,7 @@ function services_dnsmasq_configure() { + //} + + /* run dnsmasq */ +- mwexec("/usr/local/sbin/dnsmasq --all-servers {$args}"); ++ mwexec("/usr/local/sbin/dnsmasq --all-servers --edns-packet-max=4096 {$args}"); + + if ($g['booting']) + echo "done.\n"; |