From ce3537ff3125eb20e84363fd253c60c9212ecd23 Mon Sep 17 00:00:00 2001 From: johnjaylward Date: Fri, 31 Dec 2021 09:53:36 -0500 Subject: [PATCH] Add note about updating top level domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577ceeb..0e05701 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Create a file `.digitalocean-dynamic-ip.json` (dot prefix to hide the file) and } ``` -The TTL can optionally be updated if passed in the configuration. Digital Ocean has a minimum TTL of 30 seconds. The `type` and the `name` must match existing records in the Digital Ocean DNS configuration. Only `types` of `A` and `AAAA` allowed at the moment. +The TTL can optionally be updated if passed in the configuration. Digital Ocean has a minimum TTL of 30 seconds. The `type` and the `name` must match existing records in the Digital Ocean DNS configuration. Only `types` of `A` and `AAAA` allowed at the moment. Use the `name` of `"@"` to update a the top level domain record itself instead of a sub domain. If you want to reduce the number of calls made to the digital ocean API and have more than 20 DNS records in your domain, you can adjust the `doPageSize` parameter. By default, Digital Ocean returns 20 records per page. Digital Ocean has a max page size of 200 items.