Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

DuckDns docs: add https hint and fix typo #193

Merged
merged 2 commits into from
Oct 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/duckdns.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 Home Assistant, your installation won't be available through http anymore but then only through https.

***

This script was originally contributed by [@Ludeeus][ludeeus].
Expand Down