From ad95496d97817b9e496312dd27708d0f5af802bb Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 11 May 2017 16:19:54 +0200 Subject: [PATCH] Create duckdns.markdown --- source/_addons/duckdns.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/_addons/duckdns.markdown diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown new file mode 100644 index 00000000000..c7b8582047f --- /dev/null +++ b/source/_addons/duckdns.markdown @@ -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.