dns-zone-blacklist icon indicating copy to clipboard operation
dns-zone-blacklist copied to clipboard

This project generates dnsmasq, bind and unbound zone files to be used in DNS based AD Blockers.

Results 8 dns-zone-blacklist issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.8.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

The [TravisCI Build fails](https://travis-ci.org/github/oznu/dns-zone-blacklist/jobs/774554643#L209) due to [DockerHub API rate limiting](https://www.docker.com/increase-rate-limits). Options: 1. Authenticate, increasing the limit to 200 2. Use a caching proxy (does Travis provide one?) 3. Switch to...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

The new unbound function allows you to cut the block list in half Unbound 1.13.1 Fix #397: [Feature request] add new type always_null to local-zone similar to always_nxdomain. local-zone: "doubleclick.net"...

I forked this project and made some changes to suit my needs. What do you think about merging those big changes, @oznu? I suppose there are different purposes and needs,...

Note: Requires https://github.com/badges/shields/pull/4143 to show up properly

Wouldn't it be better to use RCODE 5 "REFUSED" as response type rather than NXDOMAIN, since we are filtering DNS requests? e.g. for Unbound: `local-zone: evil.invalid refuse`

Greetings, redirect zones do not scale in unbound past 100k entries. instead, you should use local-zone and refuse, which also covers all potential subdomains of a target blacklisted zone.