mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Minor error correction and readability improvements for Namecheap's DNS (#30145)
This commit is contained in:
parent
a0fb2fb833
commit
b3097e1e24
@ -9,10 +9,10 @@ ha_domain: namecheapdns
|
|||||||
ha_integration_type: integration
|
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.
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
Namecheap only supports IPv4 addresses to update.
|
Namecheap only supports updating IPv4 addresses.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@ -32,13 +32,13 @@ namecheapdns:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
domain:
|
domain:
|
||||||
description: Your namecheap TLD (example.com).
|
description: Your root domain (example.com).
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
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
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user