From 48fba09286b6843ffa5443bb1c3873ba5082ef1e Mon Sep 17 00:00:00 2001 From: Felix Maier Date: Fri, 12 Oct 2018 00:56:33 +0200 Subject: [PATCH 1/2] add https hint and fix typo --- docs/duckdns.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/duckdns.md b/docs/duckdns.md index 5170c863..10fdcd72 100644 --- a/docs/duckdns.md +++ b/docs/duckdns.md @@ -1,9 +1,9 @@ # Duck DNS -This script adds an cron job to auto update you the WAN IP address for the +This script adds a cron job which auto updates the WAN IP address for the defined domain. -Before running this script you should already have an -[Duck DNS account][duckdns], during the installation you will be asked to +Before running this script you should already have a +[Duck DNS account][duckdns]. During the installation you will be asked to supply your domain name and the token for your account. ## Installation @@ -30,6 +30,8 @@ add this under `http:` to your `configuration.yaml` base_url: YOURDOMAIN.duckdns.org:PORTNUMBER ``` +Keep in mind that after you added the ssl keys to your config and restarted hassbian, your installation won't be available through http anymore but then only through https. + *** This script was originally contributed by [@Ludeeus][ludeeus]. From 9d2bc1f471f542e1de9a446a52ecc54a861f46db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 12 Oct 2018 09:57:54 +0200 Subject: [PATCH 2/2] change "hassbian" to "Home Assistant" --- docs/duckdns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/duckdns.md b/docs/duckdns.md index 10fdcd72..71acfbac 100644 --- a/docs/duckdns.md +++ b/docs/duckdns.md @@ -30,7 +30,7 @@ add this under `http:` to your `configuration.yaml` base_url: YOURDOMAIN.duckdns.org:PORTNUMBER ``` -Keep in mind that after you added the ssl keys to your config and restarted hassbian, your installation won't be available through http anymore but then only through https. +Keep in mind that after you added the ssl keys to your config and restarted Home Assistant, your installation won't be available through http anymore but then only through https. ***