fix: CIDR block added

pull/46/head
Alexandre Dulaunoy 2017-12-22 15:17:36 +01:00
parent ffe3e97a06
commit 4650da67b2
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 0 deletions

1
README.md Normal file → Executable file
View File

@ -57,6 +57,7 @@ If matching_attributes are not set, the list is matched against any type of attr
- ```string``` (default) - perfect match of a string in the warning list against matching attributes
- ```substring``` - substring matching of a string in the warning list against matching attributes
- ```hostname``` - hostname matching (e.g. domain matching from URL) of a string in the warning list against matching attributes
- ```cidr``` - IP or CDIR block matching in the warning list against matching attributes
# License