DnsServerWindowsService: updated the update check url.

This commit is contained in:
Shreyas Zare
2021-10-02 13:18:17 +05:30
parent 6eb7e8711e
commit b5df8b39d4

View File

@@ -31,7 +31,7 @@ namespace DnsServerWindowsService
public DnsServiceWorker()
{
_service = new DnsWebService(null, new Uri("https://go.technitium.com/?id=22"), new Uri("https://go.technitium.com/?id=40"));
_service = new DnsWebService(null, new Uri("https://go.technitium.com/?id=43"), new Uri("https://go.technitium.com/?id=40"));
}
public override Task StartAsync(CancellationToken cancellationToken)