mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
moved update check url to app level allowing each app to have correct update check download link.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace DnsServerApp
|
||||
if (args.Length == 1)
|
||||
configFolder = args[0];
|
||||
|
||||
DnsWebService service = new DnsWebService(configFolder);
|
||||
DnsWebService service = new DnsWebService(configFolder, new Uri("https://technitium.com/download/dns/updatewa.bin"));
|
||||
|
||||
service.Start();
|
||||
Console.WriteLine("Technitium DNS Server was started successfully.");
|
||||
|
||||
Reference in New Issue
Block a user