pull/167/merge
Armins Palms 2024-04-04 10:38:37 +02:00 committed by GitHub
commit 29dcded5b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

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

@ -0,0 +1,15 @@
{
"description": "List will exclude all subdomains from warninglist if domain or subdomain exist in other warning lists.",
"list": [
"!.appspot.com",
"!.sytes.net",
"!.weebly.com"
],
"matching_attributes": [
"domain",
"hostname"
],
"name": "Exclude subdomain from warn",
"type": "wildmask",
"version": 1
}