moved update check url to app level allowing each app to have correct update check download link.

This commit is contained in:
Shreyas Zare
2018-01-26 20:14:43 +05:30
parent 59ed25a9ef
commit e29230cae7
4 changed files with 48 additions and 61 deletions

View File

@@ -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.");