NO-IP.com


With the no_ip component you can keep your NO-IP.com record up to date.

To use the component 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 FQDN.

username

(string)(Required)The generated username for this DDNS record.

password

(string)(Required)The generated password for this DDNS record.

timeout

(number)(Optional)Timeout (in seconds) for the API calls.

Default value: 10