ads icon indicating copy to clipboard operation
ads copied to clipboard

CoreDNS plugin to block ads. Inspried by PiHole.

Results 5 ads issues
Sort by recently updated
recently updated
newest added

Hi there, I have noticed a problem when using https://coredns.io/plugins/reload/. It seems that HTTP/S lists are not being updated on a reload. I dynamically inject lists into the Corefile, and...

bug
help wanted

With the following config adblocking only works on normal dns not doh and dot. ``` .:53 https://.:443 tls://.:853 { tls fullchain.pem privkey.pem ads forward . 1.1.1.1 errors reload } ```...

bug
help wanted

Currently, as of version 0.2.5, changing the auto-update-interval does not update the intervall between updates of the http lists. This must be resolved and a config option for the file...

bug

Would be nice if the `whitelist` and `blacklist` options accepts URL's and file-locations and maybe obsolete the `list` option? Examples: ``` blacklist https://raw.githubusercontent.com/cbuijs/accomplist/master/deugniets/plain.black.domain.list whitelist https://raw.githubusercontent.com/cbuijs/accomplist/master/deugniets/plain.white.domain.list blacklist-regex /etc/coredns/my-sweet-regex.list blacklist doubleclick.net whitelist...