mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
DnsServerApp: updated the update check url.
This commit is contained in:
@@ -43,11 +43,11 @@ namespace DnsServerApp
|
|||||||
switch (Environment.OSVersion.Platform)
|
switch (Environment.OSVersion.Platform)
|
||||||
{
|
{
|
||||||
case PlatformID.Win32NT:
|
case PlatformID.Win32NT:
|
||||||
updateCheckUri = new Uri("https://go.technitium.com/?id=20");
|
updateCheckUri = new Uri("https://go.technitium.com/?id=41");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
updateCheckUri = new Uri("https://go.technitium.com/?id=21");
|
updateCheckUri = new Uri("https://go.technitium.com/?id=42");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user