DnsServiceWorker: updated app store path.

This commit is contained in:
Shreyas Zare
2022-09-18 18:18:33 +05:30
parent 70e5b1638c
commit d6ace915ce

View File

@@ -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)