Added new type [wildlist] warninglist, that will exclude subdomains from warn

pull/167/head
Armins Palms 2020-10-27 11:10:28 +02:00
parent ac94a55fd2
commit 47dda19114
1 changed files with 16 additions and 0 deletions

16
lists/wildlist/list.json Normal file
View File

@ -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
}