From 9785cf2e451aed74252bd652fc8fa36cc446fcb5 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 12 Mar 2022 16:10:18 +0530 Subject: [PATCH] removing testing url. --- DnsServerApp/install.sh | 2 +- DnsServerWindowsService/DnsServiceWorker.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DnsServerApp/install.sh b/DnsServerApp/install.sh index c16690d0..f5dc3c49 100644 --- a/DnsServerApp/install.sh +++ b/DnsServerApp/install.sh @@ -3,7 +3,7 @@ dotnetDir="/opt/dotnet" dnsDir="/etc/dns" dnsTar="/etc/dns/DnsServerPortable.tar.gz" -dnsUrl="https://server1.home.zare.im/files/DnsServerPortable.tar.gz" +dnsUrl="https://download.technitium.com/dns/DnsServerPortable.tar.gz" mkdir -p $dnsDir installLog="$dnsDir/install.log" diff --git a/DnsServerWindowsService/DnsServiceWorker.cs b/DnsServerWindowsService/DnsServiceWorker.cs index c43a7c6c..1f227e4f 100644 --- a/DnsServerWindowsService/DnsServiceWorker.cs +++ b/DnsServerWindowsService/DnsServiceWorker.cs @@ -39,7 +39,7 @@ namespace DnsServerWindowsService if (args.Length == 2) configFolder = args[1]; - _service = new DnsWebService(configFolder, new Uri("https://go.technitium.com/?id=43"), new Uri("https://server1.home.zare.im/files/apps/apps.json")); + _service = new DnsWebService(configFolder, new Uri("https://go.technitium.com/?id=43"), new Uri("https://go.technitium.com/?id=40")); } public override Task StartAsync(CancellationToken cancellationToken)