Add 99-edns.conf to dnsmasq.d directory

This commit is contained in:
Bram Suurd 2024-02-04 16:03:13 +01:00
parent 501c22b062
commit f53b07847b
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ server:
private-address: fd00::/8
private-address: fe80::/10
EOF
touch /etc/dnsmasq.d/99-edns.conf
cat <<EOF >/etc/dnsmasq.d/99-edns.conf
edns-packet-max=1232
EOF