diff --git a/plinth/modules/dynamicdns/__init__.py b/plinth/modules/dynamicdns/__init__.py index ecc00053e..b895e37f8 100644 --- a/plinth/modules/dynamicdns/__init__.py +++ b/plinth/modules/dynamicdns/__init__.py @@ -40,8 +40,12 @@ _description = [ 'name, they will get a response with your current IP address.'), _('If you are looking for a free dynamic DNS account, you may find a free ' 'GnuDIP service at ddns.freedombox.org or you may find free update ' - 'URL based services at ddns.freedombox.org. With this service, you also ' + 'get unlimited subdomains (with wildcards option enabled in account ' + 'settings). To use a subdomain, add it as a static domain in the Names ' + 'app.'), + _('Alternatively, you may find a free update URL based service at ' + 'freedns.afraid.org.'), _('This service uses an external service to lookup public IP address. ' 'This can be configured in the privacy app.'),