mirror of https://github.com/tteck/Proxmox.git
Add 99-edns.conf to dnsmasq.d directory
This commit is contained in:
parent
501c22b062
commit
f53b07847b
|
@ -48,6 +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
|
||||||
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