mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Merge pull request #14794 from zhuangzi926/pr-dyndns-register-url
Update dyndns register url
This commit is contained in:
commit
b5a24fd877
@ -300,7 +300,7 @@ QUrl DNSUpdater::getRegistrationUrl(const int service)
|
|||||||
switch (service)
|
switch (service)
|
||||||
{
|
{
|
||||||
case DNS::DYNDNS:
|
case DNS::DYNDNS:
|
||||||
return {"https://www.dyndns.com/account/services/hosts/add.html"};
|
return {"https://account.dyn.com/entrance/"};
|
||||||
case DNS::NOIP:
|
case DNS::NOIP:
|
||||||
return {"https://www.noip.com/remote-access"};
|
return {"https://www.noip.com/remote-access"};
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user