All Projects → lepiaf → adblock-unbound

lepiaf / adblock-unbound

Licence: MIT license
Build script to block ads for unbound

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to adblock-unbound

Pornlist
Ad-blocking porn websites filter list for Adblock Plus and uBlock Origin.
Stars: ✭ 21 (-34.37%)
Mutual labels:  ad-blocker, adblock
Youtubeadsblacklist
A list of YouTube video ad domains. (Discontinued)
Stars: ✭ 136 (+325%)
Mutual labels:  ad-blocker, adblock
Block
Let's make an annoyance free, better open internet, altogether!
Stars: ✭ 1,849 (+5678.13%)
Mutual labels:  ad-blocker, adblock
Polish Ads Filter
CertyficateIT - Oficjalne polskie filtry do Adblock, uBlock Origin, Adguard
Stars: ✭ 462 (+1343.75%)
Mutual labels:  ad-blocker, adblock
Whitelist
A simple tool to add commonly white listed domains to your Pi-Hole setup.
Stars: ✭ 3,033 (+9378.13%)
Mutual labels:  ad-blocker, adblock
Blocky
Fast and lightweight DNS proxy as ad-blocker for local network with many features
Stars: ✭ 523 (+1534.38%)
Mutual labels:  ad-blocker, adblock
Wireguard-DNScrypt-VPN-Server
Fast setup wireguard server script, with dnscrypt and adblocking, maleware blocking, more blocking if you need. Use case eg. always on vpn and adblocking on ios or android, and be more secured in unknown networks.
Stars: ✭ 48 (+50%)
Mutual labels:  adblock, unbound
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (+5365.63%)
Mutual labels:  adblock, unbound
Adfilt
The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.
Stars: ✭ 217 (+578.13%)
Mutual labels:  ad-blocker, adblock
Youslist
Block filter for advertisements, mainly on Korean sites
Stars: ✭ 201 (+528.13%)
Mutual labels:  ad-blocker, adblock
Resilience
Resilience is an ad blocker for your computer.
Stars: ✭ 379 (+1084.38%)
Mutual labels:  ad-blocker, adblock
pornhosts
Pornhosts a hosts-file formatted file of the RPZ zone file
Stars: ✭ 33 (+3.13%)
Mutual labels:  ad-blocker, unbound
Kakaotalkadblock
AdBlock for KakaoTalk Desktop Client
Stars: ✭ 283 (+784.38%)
Mutual labels:  ad-blocker, adblock
Hblock
Improve your security and privacy by blocking ads, tracking and malware domains.
Stars: ✭ 724 (+2162.5%)
Mutual labels:  ad-blocker, adblock
CyberSecurity-Box
Firewall-System based on OpenWRT or Pi-Hole with UnBound, TOR, optional Privoxy, opt. ntopng and opt. Configuration of the AVM FRITZ!Box with Presets for Security and Port-List. Please visit:
Stars: ✭ 20 (-37.5%)
Mutual labels:  ad-blocker, unbound
Dns66
DNS-based Host Blocker (and lightweight ad blocker) for Android
Stars: ✭ 1,782 (+5468.75%)
Mutual labels:  ad-blocker, adblock
Energizedprotection
A merged collection of hosts from reputable sources. #StayEnergized!
Stars: ✭ 175 (+446.88%)
Mutual labels:  ad-blocker, adblock
UnboundBL
🛑 DNSBL (adblock) on OPNsense with UnboundBL & Unbound DNS
Stars: ✭ 63 (+96.88%)
Mutual labels:  adblock, unbound
AdClear-Open-Source-Issue-Tracker
Open Source Issue Tracker for AdClear non-root ad blocker for Android
Stars: ✭ 101 (+215.63%)
Mutual labels:  ad-blocker, adblock
Stay
Stay is a local userscript manager and an extension sample for Safari on iOS/iPadOS.
Stars: ✭ 672 (+2000%)
Mutual labels:  adblock

adblock-unbound

Script build host to block directly from unbound. It is based on work of https://github.com/StevenBlack/hosts

Also inpired by this blog post : https://deadc0de.re/articles/unbound-blocking-ads.html

How to use as standalone

Checkout the repository

git clone https://github.com/lepiaf/adblock-unbound.git
chmod +x entrypoint.sh
RECIPE=master WITH_IPV6=false ./entrypoint.sh > /etc/unbound/unbound.conf.d/ads.conf

then restart unbound

How to use with docker

git clone https://github.com/lepiaf/adblock-unbound.git
docker build -t lepiaf/adblock-unbound .
docker run --rm -e RECIPE=fakenews -e WITH_IPV6=false lepiaf/adblock-unbound  > /etc/unbound/conf.d/ads.conf

then restart unbound

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].