Skip to content

Commit

Permalink
Disable Hostname by default and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Dec 11, 2024
1 parent 492d6ec commit c05ae48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{
"type": "custom",
"name": "Hostname",
"description": "Hostname Regex",
"description": "Matches on possible Hostnames lookups which can be a single search term between 5 and 25 characters using A-Z, 0-9 and dashes.",
"editable": true,
"enabled": true,
"enabled": false,
"key": "hostname",
"regex": "^(?<!\\n|\\r\\n)[ \\t]*[a-zA-Z0-9\\-]{5,25}[ \\t]*(?!\\n|\\r\\n)$"
}
Expand Down

0 comments on commit c05ae48

Please sign in to comment.