nameservers/recursive: Add option to block ads

This commit is contained in:
SebastianStork 2026-03-04 15:14:27 +01:00
parent 97b64f459e
commit fc6eafab59
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
3 changed files with 42 additions and 4 deletions

17
flake.lock generated
View file

@ -16,6 +16,22 @@
"type": "github"
}
},
"blocklist": {
"flake": false,
"locked": {
"lastModified": 1772371087,
"narHash": "sha256-4exSkO2QcRy+yhQf2tV6jgO3noNNPvSeIad1YLxpazI=",
"owner": "StevenBlack",
"repo": "hosts",
"rev": "484d3c71b9433e08fa887297e25a3b53c0c6fd57",
"type": "github"
},
"original": {
"owner": "StevenBlack",
"repo": "hosts",
"type": "github"
}
},
"comin": {
"inputs": {
"flake-compat": "flake-compat",
@ -293,6 +309,7 @@
"root": {
"inputs": {
"betterfox": "betterfox",
"blocklist": "blocklist",
"comin": "comin",
"disko": "disko",
"dns": "dns",