Development

This commit is contained in:
Matthew Grotke 2026-06-09 00:34:23 -04:00
parent 20061872d7
commit 7270ca7f28

View file

@ -561,23 +561,23 @@
{ {
"name": "oisd-big", "name": "oisd-big",
"description": "OISD Big (ads, phishing, malware, telemetry)", "description": "OISD Big (ads, phishing, malware, telemetry)",
"bl_type": "community" "bl_type": "community",
"save_as": "oisd-big.conf", "save_as": "oisd-big.conf",
"url": "https://big.oisd.nl/dnsmasq2", "url": "https://big.oisd.nl/dnsmasq2"
}, },
{ {
"name": "hagezi-light", "name": "hagezi-light",
"description": "Hagezi Light (ads, tracking, metrics, badware)", "description": "Hagezi Light (ads, tracking, metrics, badware)",
"bl_type": "community" "bl_type": "community",
"save_as": "hagezi-light.conf", "save_as": "hagezi-light.conf",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/dnsmasq/light.txt", "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/dnsmasq/light.txt"
}, },
{ {
"name": "hagezi-pro-plus", "name": "hagezi-pro-plus",
"description": "Hagezi Pro Plus (ads, tracking, porn, gambling)", "description": "Hagezi Pro Plus (ads, tracking, porn, gambling)",
"bl_type": "community" "bl_type": "community",
"save_as": "hagezi-pro-plus.conf", "save_as": "hagezi-pro-plus.conf",
"url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/dnsmasq/pro.plus.txt", "url": "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/dnsmasq/pro.plus.txt"
} }
] ]
}, },