Add directory creation for 99-edns.conf file

This commit is contained in:
Bram Suurd 2024-02-04 16:11:43 +01:00
parent f53b07847b
commit 1562a847cc
1 changed files with 1 additions and 1 deletions

View File

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