From b3097e1e241b4673e90316bc4bd9364822f36d3b Mon Sep 17 00:00:00 2001 From: Fletcher Date: Tue, 5 Dec 2023 00:53:19 +0800 Subject: [PATCH] Minor error correction and readability improvements for Namecheap's DNS (#30145) --- source/_integrations/namecheapdns.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/namecheapdns.markdown b/source/_integrations/namecheapdns.markdown index 9b630c879d4..53029f0ee8f 100644 --- a/source/_integrations/namecheapdns.markdown +++ b/source/_integrations/namecheapdns.markdown @@ -9,10 +9,10 @@ ha_domain: namecheapdns ha_integration_type: integration --- -With the `namecheapdns` integration you can automatically update your dynamic DNS entry at [namecheapdns](https://www.namecheap.com/store/domains/freedns/). +With the `namecheapdns` integration you can automatically update your dynamic DNS entry hosted by Namecheap's [FreeDNS](https://www.namecheap.com/store/domains/freedns/) service.
-Namecheap only supports IPv4 addresses to update. +Namecheap only supports updating IPv4 addresses.
## Configuration @@ -32,13 +32,13 @@ namecheapdns: required: false type: string domain: - description: Your namecheap TLD (example.com). + description: Your root domain (example.com). required: true type: string password: - description: The namecheap "Dynamic DNS Password" you can find under the "Advanced DNS" tab. + description: The Namecheap "Dynamic DNS Password" you can find under the "Advanced DNS" tab. required: true type: string {% endconfiguration %} -See the [How do I set up a Host for Dynamic DNS?](https://www.namecheap.com/support/knowledgebase/article.aspx/43/11/how-do-i-set-up-a-host-for-dynamic-dns) for further instructions +See Namecheap's [How do I set up a Host for Dynamic DNS?](https://www.namecheap.com/support/knowledgebase/article.aspx/43/11/how-do-i-set-up-a-host-for-dynamic-dns) guide for further instructions.