Move some URLs overs to https

This commit is contained in:
funkydude 2016-03-06 23:48:45 +00:00
parent 80ac326f28
commit 268a5a95c8
14 changed files with 21 additions and 21 deletions

View file

@ -300,7 +300,7 @@ QUrl DNSUpdater::getRegistrationUrl(int service)
case DNS::DYNDNS:
return QUrl("https://www.dyndns.com/account/services/hosts/add.html");
case DNS::NOIP:
return QUrl("http://www.no-ip.com/services/managed_dns/free_dynamic_dns.html");
return QUrl("https://www.noip.com/remote-access");
default:
Q_ASSERT(0);
}