duckdns: Fix missing example options in documentation (#1365)

This commit is contained in:
Franck Nijhof
2020-06-01 12:01:33 +02:00
committed by GitHub
parent c41189e93d
commit 79213cad3d

View File

@@ -29,6 +29,7 @@ lets_encrypt:
token: sdfj-2131023-dslfjsd-12321 token: sdfj-2131023-dslfjsd-12321
domains: domains:
- my-domain.duckdns.org - my-domain.duckdns.org
aliases: []
seconds: 300 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. Create a CNAME record to point at the DuckDNS subdomain and set this value accordingly.
For example: For example:
```yaml ```yaml
domains: domains:
- my-domain.duckdns.org - my-domain.duckdns.org