mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(dir): ✨ add Shub's Whitelist
This commit is contained in:
parent
6814a88c63
commit
af2889d14d
6 changed files with 34 additions and 3 deletions
|
|
@ -17356,7 +17356,7 @@
|
|||
"name": "Syncthing Relay Server IPs"
|
||||
},
|
||||
{
|
||||
"description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google. ",
|
||||
"description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google.",
|
||||
"homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists",
|
||||
"id": 2579,
|
||||
"issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues",
|
||||
|
|
@ -17364,7 +17364,7 @@
|
|||
"name": "Inversion DNSBL (Domain Name System-based blackhole list) Blocklists Light"
|
||||
},
|
||||
{
|
||||
"description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google. ",
|
||||
"description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google.",
|
||||
"homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists",
|
||||
"id": 2580,
|
||||
"issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues",
|
||||
|
|
@ -17372,11 +17372,19 @@
|
|||
"name": "Inversion DNSBL (Domain Name System-based blackhole list) Blocklists Full Hostnames"
|
||||
},
|
||||
{
|
||||
"description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google. ",
|
||||
"description": "Malicious URL blocklists for DNSBL applications like pfBlockerNG or Pi-hole, automatically updated every 24 hours. These blocklists are automatically generated by scanning various public URL sources using the Safe Browsing API from Google.",
|
||||
"homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists",
|
||||
"id": 2581,
|
||||
"issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues",
|
||||
"licenseId": 9,
|
||||
"name": "Inversion DNSBL (Domain Name System-based blackhole list) Blocklists Full IPv4s"
|
||||
},
|
||||
{
|
||||
"description": "Whitelist for Ad Blockers, helps to unblock false positives.",
|
||||
"homeUrl": "https://github.com/DevShubam/Whitelist",
|
||||
"id": 2582,
|
||||
"issuesUrl": "https://github.com/DevShubam/Whitelist/issues",
|
||||
"licenseId": 2,
|
||||
"name": "Shub's Whitelist"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5838,5 +5838,9 @@
|
|||
{
|
||||
"filterListId": 2581,
|
||||
"maintainerId": 174
|
||||
},
|
||||
{
|
||||
"filterListId": 2582,
|
||||
"maintainerId": 175
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8710,5 +8710,9 @@
|
|||
{
|
||||
"filterListId": 2581,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"filterListId": 2582,
|
||||
"syntaxId": 9
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12634,5 +12634,9 @@
|
|||
{
|
||||
"filterListId": 2581,
|
||||
"tagId": 6
|
||||
},
|
||||
{
|
||||
"filterListId": 2582,
|
||||
"tagId": 10
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16138,5 +16138,11 @@
|
|||
"id": 2846,
|
||||
"primariness": 1,
|
||||
"url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_ipv4.txt?raw=true"
|
||||
},
|
||||
{
|
||||
"filterListId": 2582,
|
||||
"id": 2847,
|
||||
"primariness": 1,
|
||||
"url": "https://raw.githubusercontent.com/DevShubam/Whitelist/master/whitelist.txt"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -906,5 +906,10 @@
|
|||
"id": 174,
|
||||
"name": "Wu Tingfeng",
|
||||
"url": "https://github.com/elliotwutingfeng"
|
||||
},
|
||||
{
|
||||
"id": 175,
|
||||
"name": "DevShubam",
|
||||
"url": "https://github.com/DevShubam"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue