mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 06:46:49 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | NamecheapDNS | Keep your namecheap dynamic DNS up to date | 2017-10-11 20:16 | true | false | true | true | namecheap.png | Network | false | 0.56 |
With the namecheapdns
component you can automatically update your dynamic DNS entry at namecheapdns.
Namecheap only supports IPv4 addresses to update.
{% linkable_title Configuration %}
To use the component in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
namecheapdns:
domain: example.com
password: YOUR_PASSWORD
{% configuration %} host: description: The host part or "subdomain" part you want to update. required: false type: string domain: description: Your namecheap TLD (example.com). required: true type: string password: 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? for further instructions