mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-04 15:55:32 +00:00
DnsServerWindowsService: updated the update check url.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user