Download
Format: Hosts • 0.0.0.0 domain.com pro Zeile • UTF-8 • 354.7 MB • Stabile URL: https://blocklists.wonx.eu/blocklist.txt
Integration & Verwendung
Technitium DNS Server
# Settings → Block List URLs → alle entfernen → nur eintragen: https://blocklists.wonx.eu/blocklist.txt # Dann: Settings → "Update Block List Now" klicken
Pi-hole v5 / v6
# Group Management → Adlists → neue Liste hinzufügen: https://blocklists.wonx.eu/blocklist.txt pihole -g
AdGuard Home
# Filters → DNS Blocklists → "Benutzerdefinierten Filter hinzufügen" Name: wonx Combined Blocklist URL: https://blocklists.wonx.eu/blocklist.txt
dnsmasq
curl -s https://blocklists.wonx.eu/blocklist.txt \ | grep -v '^#' \ | awk '{print "address=/"$2"/0.0.0.0"}' \ > /etc/dnsmasq.d/wonx-blocklist.conf systemctl reload dnsmasq # Als Cron (täglich 07:00): 0 7 * * * curl -s https://blocklists.wonx.eu/blocklist.txt | grep -v '^#' | awk '{print "address=/"$2"/0.0.0.0"}' > /etc/dnsmasq.d/wonx-blocklist.conf && systemctl reload dnsmasq
unbound
curl -s https://blocklists.wonx.eu/blocklist.txt \
| grep -v '^#' \
| awk '{print "local-zone: \""$2"\" always_nxdomain"}' \
> /etc/unbound/conf.d/wonx-blocklist.conf
unbound-control reload
Windows (PowerShell als Administrator)
$url = "https://blocklists.wonx.eu/blocklist.txt"
$dest = "$env:windir\System32\drivers\etc\hosts"
(Invoke-WebRequest $url -UseBasicParsing).Content | Add-Content $dest
Quelllisten (50)
Custom Blocklist erstellen
0 ausgewähltWähle beliebige Quellen aus — die Liste wird on-the-fly aus gecachten Daten zusammengeführt (kein Re-Download). Download direkt im Browser.
Über diesen Service
wonx Combined DNS Blocklist ist ein selbst gehosteter, öffentlicher Aggregator, der 50 DNS-Blocklisten aus bewährten Quellen (RPiList, StevenBlack, Hagezi, OISD u.a.) täglich zusammenführt.
Unterstützte Formate:
Hosts-Datei (0.0.0.0 domain), Domain-List, AdBlock (||domain^)
und Wildcard (*.domain). Alle werden automatisch erkannt und konvertiert.
Update-Strategie:
2x täglich per HTTP HEAD-Request. Nur geänderte Listen werden neu
heruntergeladen. Quellen die 6x nacheinander ausfallen (~3 Tage) werden automatisch
deaktiviert und bei Verfügbarkeit wieder aktiviert.
Einzellisten unter /sources/{id}.txt. Maschinenlesbare Metadaten: meta.json
Kein eigener Content: Nur öffentlich zugängliche Drittanbieter-Listen. Bitte Lizenz der Quellen beachten.