mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Create duckdns.markdown
This commit is contained in:
parent
e5269d3cf7
commit
ad95496d97
24
source/_addons/duckdns.markdown
Normal file
24
source/_addons/duckdns.markdown
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Let's Encrypt"
|
||||
description: "Automatically update your Duck DNS ip address."
|
||||
date: 2017-04-30 13:28
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
[Duck DNS](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice
|
||||
|
||||
```json
|
||||
{
|
||||
"token": "sdfj-2131023-dslfjsd-12321",
|
||||
"domains": ["example.com", "mqtt.example.com", "hass.example.com"]
|
||||
}
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **token** (*Required*): Your Duck DNS API key.
|
||||
- **domains** (*Required*): A list of domains to update dns.
|
Loading…
x
Reference in New Issue
Block a user