From 79213cad3dd44ff27e812d24b25c1eddf178549e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 1 Jun 2020 12:01:33 +0200 Subject: [PATCH] duckdns: Fix missing example options in documentation (#1365) --- duckdns/DOCS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/duckdns/DOCS.md b/duckdns/DOCS.md index 03a83fb..bc4a044 100644 --- a/duckdns/DOCS.md +++ b/duckdns/DOCS.md @@ -29,6 +29,7 @@ lets_encrypt: token: sdfj-2131023-dslfjsd-12321 domains: - my-domain.duckdns.org +aliases: [] seconds: 300 ``` @@ -88,6 +89,7 @@ This is useful in cases where you would like to use your own domain. Create a CNAME record to point at the DuckDNS subdomain and set this value accordingly. For example: + ```yaml domains: - my-domain.duckdns.org