mirror of https://github.com/tteck/Proxmox.git
Add directory creation for 99-edns.conf file
This commit is contained in:
parent
f53b07847b
commit
1562a847cc
|
@ -48,7 +48,7 @@ server:
|
||||||
private-address: fd00::/8
|
private-address: fd00::/8
|
||||||
private-address: fe80::/10
|
private-address: fe80::/10
|
||||||
EOF
|
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
|
cat <<EOF >/etc/dnsmasq.d/99-edns.conf
|
||||||
edns-packet-max=1232
|
edns-packet-max=1232
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue