mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
f9e7af47b2
commit
6a6cad8d12
@ -1438,6 +1438,9 @@ setup_bind(){
|
||||
# only on ubuntu systemd-resolved is installed
|
||||
if [ -f /etc/os-release ] && grep -q "Ubuntu" /etc/os-release; then
|
||||
echo " DNSStubListener=no" >> /etc/systemd/resolved.conf && systemctl restart systemd-resolved
|
||||
# debian12 also!
|
||||
elif [ -f /etc/os-release ] && grep -q "Debian" /etc/os-release; then
|
||||
echo " DNSStubListener=no" >> /etc/systemd/resolved.conf && systemctl restart systemd-resolved
|
||||
fi
|
||||
|
||||
echo "Generating rndc.key for DNS zone management."
|
||||
|
Loading…
Reference in New Issue
Block a user