Update technitiumdns-v5-install.sh

free port 53
This commit is contained in:
tteckster 2023-01-27 22:10:14 -05:00 committed by GitHub
parent e075b4954a
commit 32c38611ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Installing Technitium DNS"
systemctl stop systemd-resolved
echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
$STD bash <(curl -fsSL https://download.technitium.com/dns/install.sh)
msg_ok "Installed Technitium DNS"