Merge pull request #14794 from zhuangzi926/pr-dyndns-register-url

Update dyndns register url
This commit is contained in:
Chocobo1 2021-04-17 11:44:51 +08:00 committed by GitHub
commit b5a24fd877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,7 +300,7 @@ QUrl DNSUpdater::getRegistrationUrl(const int service)
switch (service)
{
case DNS::DYNDNS:
return {"https://www.dyndns.com/account/services/hosts/add.html"};
return {"https://account.dyn.com/entrance/"};
case DNS::NOIP:
return {"https://www.noip.com/remote-access"};
default: