Google Domains


With the Google Domains component you can keep your Google Domains record up to date.

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

# Example configuration.yaml entry
google_domains:
  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