Files
ddns-updater/docs/google.md
Quentin McGaw 6bf82d7be1 Wiki in repository (#128)
* Split provider specific instructions in docs/
* Update links to be relative
* Update Google doc, co-authored by @gauravspatel
2020-12-12 19:38:21 -05:00

900 B

Google

Configuration

Example

{
  "settings": [
    {
      "provider": "godaddy",
      "domain": "domain.com",
      "host": "@",
      "username": "username",
      "password": "password",
      "ip_version": "ipv4"
    }
  ]
}

Compulsory parameters

  • "domain"
  • "host" is your host and can be a subdomain or "@" or "*"
  • "username"
  • "password"

Optional parameters

  • "ip_version" can be ipv4 (A records) or ipv6 (AAAA records), defaults to ipv4 or ipv6

Domain setup

Thanks to @gauravspatel for #124

  1. Enable dynamic DNS in the synthetic records section of DNS management.
  2. The username and password is generated once you create the dynamic DNS entry.

Wildcard entries

If you want to create a wildcard entry, you have to create a custom CNAME record with key "*" and value "@".