Skip to content

Commit

Permalink
Fix duckdns json (home-assistant#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Feb 9, 2021
1 parent a9fbb69 commit 57608c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdns/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ipv4": "str?",
"ipv6": "str?",
"token": "str",
"domains": ["match(.+\.duckdns\.org)"],
"domains": ["match(.+\\.duckdns\\.org)"],
"aliases": [
{"domain": "str", "alias": "str"}
],
Expand Down

0 comments on commit 57608c2

Please sign in to comment.