Added new type [wildlist] warninglist, that will exclude subdomains from warn
parent
ac94a55fd2
commit
47dda19114
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"description": "List will exclude all subdomains from warninglist if domain or subdomain exist in other warning lists.",
|
||||||
|
"list": [
|
||||||
|
"!.appspot.com",
|
||||||
|
"!.cloudapp.azure.com",
|
||||||
|
"!.sytes.net",
|
||||||
|
"!.weebly.com"
|
||||||
|
],
|
||||||
|
"matching_attributes": [
|
||||||
|
"domain",
|
||||||
|
"hostname"
|
||||||
|
],
|
||||||
|
"name": "Exclude subdomain from warn",
|
||||||
|
"type": "wildmask",
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue