From d6ace915ced2b9efa1b8392df74012d3a7bc849c Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 18 Sep 2022 18:18:33 +0530 Subject: [PATCH] DnsServiceWorker: updated app store path. --- DnsServerWindowsService/DnsServiceWorker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerWindowsService/DnsServiceWorker.cs b/DnsServerWindowsService/DnsServiceWorker.cs index 1f227e4f..2f6d367d 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://go.technitium.com/?id=40")); + _service = new DnsWebService(configFolder, new Uri("https://go.technitium.com/?id=43"), new Uri("https://go.technitium.com/?id=44")); } public override Task StartAsync(CancellationToken cancellationToken)