Skip to content

Commit

Permalink
#172 Define default value for DNSDB url
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 22, 2018
1 parent 576a07f commit 7fe42a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion analyzers/DNSDB/DNSDB_DomainName.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"description": "DNSDB server name",
"type": "string",
"multi": false,
"required": true
"required": true,
"defaultValue": "https://api.dnsdb.info"
},
{
"name": "key",
Expand Down
3 changes: 2 additions & 1 deletion analyzers/DNSDB/DNSDB_IPHistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"description": "DNSDB server name",
"type": "string",
"multi": false,
"required": true
"required": true,
"defaultValue": "https://api.dnsdb.info"
},
{
"name": "key",
Expand Down
3 changes: 2 additions & 1 deletion analyzers/DNSDB/DNSDB_NameHistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"description": "DNSDB server name",
"type": "string",
"multi": false,
"required": true
"required": true,
"defaultValue": "https://api.dnsdb.info"
},
{
"name": "key",
Expand Down

0 comments on commit 7fe42a3

Please sign in to comment.