Skip to content

Commit

Permalink
Updated schema & template
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherex committed Jul 5, 2020
1 parent 4ef035b commit 52ff17d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "http://example.com/example.json",
"$id": "https://raw.githubusercontent.com/Sherex/ddns-client/master/config.schema.json",
"title": "ConfigJson",
"type": "object",
"description": "Configuration of the ddns-client.",
Expand Down
6 changes: 3 additions & 3 deletions config.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
{
"domainName": "example.com",
"recordName": "test2.@",
"recordData": "!ip",
"recordName": "*.@",
"recordData": "@",
"recordTTL": 3600,
"recordType": "A"
"recordType": "CNAME"
}
]
}
Expand Down

0 comments on commit 52ff17d

Please sign in to comment.