DnsServerApp: updated the update check url.

This commit is contained in:
Shreyas Zare
2021-10-02 13:17:37 +05:30
parent a76e43e6b0
commit 6eb7e8711e

View File

@@ -43,11 +43,11 @@ namespace DnsServerApp
switch (Environment.OSVersion.Platform)
{
case PlatformID.Win32NT:
updateCheckUri = new Uri("https://go.technitium.com/?id=20");
updateCheckUri = new Uri("https://go.technitium.com/?id=41");
break;
default:
updateCheckUri = new Uri("https://go.technitium.com/?id=21");
updateCheckUri = new Uri("https://go.technitium.com/?id=42");
break;
}