home-assistant.io/source/_components/namecheapdns.markdown
Franck Nijhof 6224c71c08 Various markdown, spelling, and grammar fixes #3 (#4510)
*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00

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 Utility false 0.56

With the namecheapdns component you can automatically update your dynamic DNS entry at namecheapdns.

Namecheap only supports IPv4 addresses to update.

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