From 741e4dbe6e6928301030cd1c6faf4be905eedd74 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Sat, 20 Dec 2025 22:11:49 +0000 Subject: [PATCH] Update Technitium DNS and Restart Service (#10181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com> --- ct/technitiumdns.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index 93a09b1f2..f22fb9de3 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -47,6 +47,8 @@ function update_script() { curl -fsSL "https://download.technitium.com/dns/DnsServerPortable.tar.gz" -o /opt/DnsServerPortable.tar.gz $STD tar zxvf /opt/DnsServerPortable.tar.gz -C /opt/technitium/dns/ rm -f /opt/DnsServerPortable.tar.gz + echo "${RELEASE}" >~/.technitium + systemctl restart technitium msg_ok "Updated Technitium DNS" msg_ok "Updated successfully!" else