mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-19 12:56:01 +00:00
Add directory creation for 99-edns.conf file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user