No-IP.com


With the no_ip integration you can keep your current IP address in sync with your NO-IP.com hostname or domain.

Note that it does not confirm your hostname (as is required periodically for free domain names); you will still need to do that manually.

To use the integration in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
no_ip:
  domain: subdomain.domain.com
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

Configuration Variables

domain string Required

Your fully qualified domain name (FQDN).

username string Required

The generated username for this DDNS record.

password string Required

The generated password for this DDNS record.

timeout integer (Optional, default: 10)

Timeout (in seconds) for the API calls.