mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
changed update check urls to permanent go.technitium.com urls.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace DnsServerApp
|
||||
|
||||
try
|
||||
{
|
||||
service = new DnsWebService(configFolder, new Uri("https://technitium.com/download/dns/updatewa2.bin"));
|
||||
service = new DnsWebService(configFolder, new Uri("https://go.technitium.com/?id=20"));
|
||||
service.Start();
|
||||
|
||||
Console.WriteLine("Technitium DNS Server was started successfully.");
|
||||
|
||||
Reference in New Issue
Block a user