Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-08-19 13:31:02 +02:00 committed by GitHub
parent de8fe58c75
commit 0ca03a5992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,7 +291,8 @@ systemctl daemon-reload
bind_also(){
cd /root && docker compose up -d bind9
echo " DNSStubListener=no" >> /etc/systemd/resolved.conf && systemctl restart systemd-resolved
cd /root && docker compose up -d bind9
}