{"id":18053327,"url":"https://github.com/luzifer/named-blacklist","last_synced_at":"2025-07-02T10:33:23.636Z","repository":{"id":57704076,"uuid":"204335423","full_name":"Luzifer/named-blacklist","owner":"Luzifer","description":"DNS blacklist generator to be used in combination with DNS Response Policy Zones in BIND 9.8+","archived":false,"fork":false,"pushed_at":"2023-02-24T22:56:01.000Z","size":5155,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T15:40:36.648Z","etag":null,"topics":["bind","blacklist","dns","generator","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Luzifer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.paypal.me/luzifer"],"github":["Luzifer"],"ko_fi":"luziferus"}},"created_at":"2019-08-25T18:42:33.000Z","updated_at":"2021-04-10T20:25:58.000Z","dependencies_parsed_at":"2024-06-21T02:11:06.851Z","dependency_job_id":"a8d09cb2-26a9-4a13-801d-22cc35fec776","html_url":"https://github.com/Luzifer/named-blacklist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fnamed-blacklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fnamed-blacklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fnamed-blacklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fnamed-blacklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luzifer","download_url":"https://codeload.github.com/Luzifer/named-blacklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305942,"owners_count":20917208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bind","blacklist","dns","generator","golang"],"created_at":"2024-10-30T23:16:49.194Z","updated_at":"2025-04-05T08:11:43.311Z","avatar_url":"https://github.com/Luzifer.png","language":"Go","funding_links":["https://www.paypal.me/luzifer","https://github.com/sponsors/Luzifer","https://ko-fi.com/luziferus"],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/named-blacklist)](https://goreportcard.com/report/github.com/Luzifer/named-blacklist)\n![](https://badges.fyi/github/license/Luzifer/named-blacklist)\n![](https://badges.fyi/github/downloads/Luzifer/named-blacklist)\n![](https://badges.fyi/github/latest-release/Luzifer/named-blacklist)\n![](https://knut.in/project-status/named-blacklist)\n\n# Luzifer / named-blacklist\n\nThis repo contains a DNS blacklist generator to be used in combination with [DNS Response Policy Zones](https://www.dnsrpz.info/) in BIND 9.8+.\n\n## Usage\n\nFor full usage inside BIND see [BIND ARM](https://downloads.isc.org/isc/bind9/9.14.3/doc/arm/Bv9ARM.ch05.html#options).\n\nQuoted from the ARM:\n\n\u003e For example, you might use this option statement\n\n```\nresponse-policy { zone \"badlist\"; };\n```\n\n\u003e and this zone statement\n\n```\nzone \"badlist\" { \n  type master; \n  file \"master/badlist\"; \n  allow-query { none; }; \n};\n```\n\nThen you can generate the `master/badlist` file using `named-blacklist`:\n\n```console\n# named-blacklist --config config.sample.yaml | tee master/badlist\n$TTL 1H\n\n@ SOA LOCALHOST. dns-master.localhost. (1 1h 15m 30d 2h)\n  NS  LOCALHOST.\n\n; Blacklist entries\n0.nextyourcontent.com CNAME . ; From: \"Dan Pollock - someonewhocares\"\n0.r.msn.com CNAME . ; From: \"add.Risk\"\n000.0x1f4b0.com CNAME . ; From: \"CoinBlocker\"\n000.gaysexe.free.fr CNAME . ; From: \"Mitchell Krog's - Badd Boyz Hosts\"\n[...]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Fnamed-blacklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluzifer%2Fnamed-blacklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Fnamed-blacklist/lists"}