mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(dir): ✨ add Inversion DNSBL Blocklists
This commit is contained in:
parent
a989b6569a
commit
dcd854a993
5 changed files with 78 additions and 0 deletions
|
|
@ -17354,5 +17354,29 @@
|
|||
"issuesUrl": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/issues",
|
||||
"licenseId": 10,
|
||||
"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. ",
|
||||
"homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists",
|
||||
"id": 2579,
|
||||
"issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues",
|
||||
"licenseId": 9,
|
||||
"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. ",
|
||||
"homeUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists",
|
||||
"id": 2580,
|
||||
"issuesUrl": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/issues",
|
||||
"licenseId": 9,
|
||||
"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. ",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5826,5 +5826,17 @@
|
|||
{
|
||||
"filterListId": 2578,
|
||||
"maintainerId": 174
|
||||
},
|
||||
{
|
||||
"filterListId": 2579,
|
||||
"maintainerId": 174
|
||||
},
|
||||
{
|
||||
"filterListId": 2580,
|
||||
"maintainerId": 174
|
||||
},
|
||||
{
|
||||
"filterListId": 2581,
|
||||
"maintainerId": 174
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8698,5 +8698,17 @@
|
|||
{
|
||||
"filterListId": 2578,
|
||||
"syntaxId": 9
|
||||
},
|
||||
{
|
||||
"filterListId": 2579,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"filterListId": 2580,
|
||||
"syntaxId": 2
|
||||
},
|
||||
{
|
||||
"filterListId": 2581,
|
||||
"syntaxId": 9
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12622,5 +12622,17 @@
|
|||
{
|
||||
"filterListId": 2578,
|
||||
"tagId": 10
|
||||
},
|
||||
{
|
||||
"filterListId": 2579,
|
||||
"tagId": 6
|
||||
},
|
||||
{
|
||||
"filterListId": 2580,
|
||||
"tagId": 6
|
||||
},
|
||||
{
|
||||
"filterListId": 2581,
|
||||
"tagId": 6
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16120,5 +16120,23 @@
|
|||
"id": 2843,
|
||||
"primariness": 1,
|
||||
"url": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/blob/main/ips.txt?raw=1"
|
||||
},
|
||||
{
|
||||
"filterListId": 2579,
|
||||
"id": 2844,
|
||||
"primariness": 1,
|
||||
"url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_hostnames_light.txt?raw=true"
|
||||
},
|
||||
{
|
||||
"filterListId": 2580,
|
||||
"id": 2845,
|
||||
"primariness": 1,
|
||||
"url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_hostnames.txt?raw=true"
|
||||
},
|
||||
{
|
||||
"filterListId": 2581,
|
||||
"id": 2846,
|
||||
"primariness": 1,
|
||||
"url": "https://github.com/elliotwutingfeng/Inversion-DNSBL-Blocklists/blob/main/Google_ipv4.txt?raw=true"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue