Mobile app version of vmapp.org
Login or Join
Vandalay111

: What is the Update URL for Dynamic DNS for Google Domains Google Domains supports Dynamic DNS. That is great since my domain and Dynamic DNS information can come from the same provider. For

@Vandalay111

Posted in: #Dns #DynamicDns #GoogleDomains

Google Domains supports Dynamic DNS. That is great since my domain and Dynamic DNS information can come from the same provider.

For Dynamic DNS to work, I usually need the following info:


Update URL
Hostname
Username
Password


Of the four variables above, I know three. From Google, I can get Username and Password. I also know my server's hostname. However, I do not know the Update URL. In other words, I do not know to which Google server I should send the information to in order to update my IP Address.

Which Google Domains server should I notify about my IP Address change?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gloria169

According to the Dynamic DNS docs for Google Domains, under the section for their API (near the bottom), the base Update URL is:
domains.google.com/nic/update

The format for this URL to submit a POST request (GET is also allowed) for your Google domain is:
username:password@domains.google.com/nic/update?hostname=subdomain.yourdomain.com&myip=1.2.3.4

Where your hostname would equal your Google domain, including www or other subdomain you're redirecting, and myip equaling the IP address of where to update the redirection to.

For additional information, see Google Domains: Dynamic DNS

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme