mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 17:53:08 -07:00
Move some URLs overs to https
This commit is contained in:
parent
80ac326f28
commit
268a5a95c8
14 changed files with 21 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue