4 Commits

Author SHA1 Message Date
Quack~
c0c8897e39 chore: tidyup readme 2025-10-01 13:58:58 +08:00
Quack~
1df04181b1 chore: cleanup blocklist source 2025-10-01 13:56:30 +08:00
Quack~
7f69cd8417 chore: tidy up readme 2025-10-01 13:35:30 +08:00
Quack~
fd41b7a68c chore: update github naming 2025-10-01 13:31:45 +08:00
3 changed files with 26 additions and 38 deletions

View File

@@ -1,10 +1,10 @@
## Android DoT / DoH config
Go [HERE](https://github.com/ookangzheng/blahdns/blob/master/client-conf/DoT-or-DoH-Android.md)
Go [HERE](https://github.com/zoonderkins/blahdns/blob/master/client-conf/DoT-or-DoH-Android.md)
## Dnscrypt-proxy
Go [HERE](https://github.com/ookangzheng/blahdns/tree/master/client-conf/dnscrypt)
Go [HERE](https://github.com/zoonderkins/blahdns/tree/master/client-conf/dnscrypt)
## Knot-resolver
@@ -21,7 +21,7 @@ net.listen({'::1', '127.0.0.1'}, 53)
cache.size = 100 * MB
-- Forward queries to Blahdns
policy.add(policy.all(policy.TLS_FORWARD({{'139.162.112.47@853', hostname='dot-jp.blahdns.com', ca_file='/etc/ssl/certs/ca-certificates.crt'}})))
policy.add(policy.all(policy.TLS_FORWARD({{'78.46.244.143@853', hostname='dot-de.blahdns.com', ca_file='/etc/ssl/certs/ca-certificates.crt'}})))
```
@@ -31,23 +31,23 @@ Go [HERE](https://github.com/zoonderkins/blahdns/blob/master/client-conf/unbound
## Stubby
Go [HERE](https://github.com/ookangzheng/blahdns/tree/master/client-conf/stubby)
Go [HERE](https://github.com/zoonderkins/blahdns/tree/master/client-conf/stubby)
## Windows
Simplednscrypt -> https://simplednscrypt.org/ and install
![](https://github.com/ookangzheng/blahdns/raw/master/client-conf/img-source/blahdns-1.png?raw=true)
![](https://github.com/ookangzheng/blahdns/raw/master/client-conf/img-source/blahdns-2.png?raw=true)
![](https://github.com/zoonderkins/blahdns/raw/master/client-conf/img-source/blahdns-1.png?raw=true)
![](https://github.com/zoonderkins/blahdns/raw/master/client-conf/img-source/blahdns-2.png?raw=true)
## Kdig
```bash
kdig google.com @dot-jp.blahdns.com +tls
kdig google.com @dot-de.blahdns.com +tls
```
## getdns
```bash
sudo apt install getdns-utils
getdns_query @139.162.112.47 -s -L -A www.google.com
getdns_query @78.46.244.143 -s -L -A www.google.com
```
## Curl
@@ -59,21 +59,21 @@ curl -H 'accept: application/dns-json' 'https://doh-jp.blahdns.com/dns-query?nam
```bash
sudo apt install python3-pip python3-setuptools python3-wheel
sudo -H pip3 install doh-proxy
doh-client --domain doh-jp.blahdns.com --qname google.com --qtype A
doh-client --domain doh-de.blahdns.com --qname google.com --qtype A
```
## Linux-systemd
```bash
nano /etc/systemd/resolved.conf
DNS=4139.162.112.47
DNS=478.46.244.143
DNSOverTLS=opportunistic
// Save and restart service
sudo systemctl restart systemd-resolved
// Check settings
resolvectl status
resolvectl query dot-jp.blahdns.com -t A
resolvectl query dot-de.blahdns.com -t A
```

View File

@@ -1,6 +1,6 @@
## Blocklist use on BlahDNS
* [Block list sources](https://github.com/ookangzheng/blahdns/raw/master/hosts/source.txt)
* [Block list sources](https://github.com/zoonderkins/blahdns/raw/master/hosts/source.txt)
* [xiaomi-list](https://gist.github.com/232057d3562bffc31daa7739dfdb4469)
@@ -24,11 +24,6 @@
* [lite domain](https://oooo.b-cdn.net/blahdns/lite_domain.txt)
* Mobile Adblock clients: [Adhell](https://play.google.com/store/apps/details?id=com.getadhell.androidapp&hl=en_US) | [Blokada](https://github.com/blokadaorg/blokada) | [DNSCloak(ios)](https://apps.apple.com/us/app/dnscloak-secure-dns-client/id1452162351) | [DNS66](https://github.com/julian-klode/dns66) | [pDNSf](https://zenz-solutions.de/personaldnsfilter) | [Nebulo](https://github.com/Ch4t4r/Nebulo) | [RethinkDNS + Firewall](https://github.com/celzero/rethink-app)
**Allow list**
* [Blockconvert allowlist](https://raw.githubusercontent.com/mkb2091/blockconvert/master/output/whitelist_domains.txt)
## Useful blocklist (not included)
1. [blocklistproject/Lists](https://github.com/blocklistproject/Lists)
@@ -38,14 +33,10 @@
5. [nickspaargaren/no-google](https://raw.githubusercontent.com/nickspaargaren/no-google/master/pihole-google.txt)
6. [Loyalsoldier/v2ray-rules-dat](https://github.com/Loyalsoldier/v2ray-rules-dat/): [Full adblock list](https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/reject-list.txt) | [Windows spyware / tracker list](https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/win-spy.txt) | [Windows spyware extra list](https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/win-extra.txt)
## AirVPN blocklist
```
https://airvpn.org/api/dns_lists/?code=air_malware&block=0.0.0.0&style=domains
https://airvpn.org/api/dns_lists/?code=air_cryptojacking&block=0.0.0.0&style=domains
https://airvpn.org/api/dns_lists/?code=air_ads&block=0.0.0.0&style=domains
```
```
Thanks a lot as well to everyone creating the original lists I am compiling together.
Origin source: https://github.com/ookangzheng/blahdns/raw/master/hosts/source.txt
```

View File

@@ -1,34 +1,31 @@
# Last update 2025-10-01
# General
https://abp.oisd.nl
https://raw.githubusercontent.com/AssoEchap/stalkerware-indicators/master/generated/quad9_blocklist.txt
https://raw.githubusercontent.com/VeleSila/yhosts/master/hosts
https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt
https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt
https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt
https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt
https://raw.githubusercontent.com/Yhonay/antipopads/master/hosts
https://raw.githubusercontent.com/cchevy/macedonian-pi-hole-blocklist/master/hosts.txt
https://raw.githubusercontent.com/scafroglia93/blocklists/master/blocklists-main.txt
https://raw.githubusercontent.com/cchevy/macedonian-pi-hole-blocklist/master/hosts.txt
https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt
https://raw.githubusercontent.com/ilpl/ad-hosts/master/hosts
https://raw.githubusercontent.com/jdlingyu/ad-wars/master/hosts
https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt
https://raw.githubusercontent.com/ilpl/ad-hosts/master/hosts
https://raw.githubusercontent.com/joeylane/hosts/master/hosts
https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Hosts/GoodbyeAds.txt
https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-LeEco-Extension.txt
https://raw.githubusercontent.com/jerryn70/GoodbyeAds/master/Extension/GoodbyeAds-Spotify-AdBlock.txt
https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardMobileSpyware.txt
https://raw.githubusercontent.com/Cats-Team/AdRules/main/hosts.txt
https://raw.githubusercontent.com/Cats-Team/AdRules/refs/heads/main/dns.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/hosts/pro.txt
https://hostfiles.frogeye.fr/multiparty-only-trackers.txt
https://badmojr.github.io/1Hosts/Lite/adblock.txt
https://rescure.fruxlabs.com/rescure_domain_blacklist.txt
http://npc.0am.jp/hosts.php?dl=1
https://abp.oisd.nl
https://gitee.com/bigdataleaveme/dontcollectme/raw/master/dontcollectme.txt
https://warui.intaa.net/adhosts/hosts.txt
https://raw.githubusercontent.com/stamparm/blackbook/master/blackbook.txt
# Scam
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/fake.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/hosts/tif-compressed.txt
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/gambling.mini.txt
# CNAME cloaking
https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/AdguardCNAME.txt
https://raw.githubusercontent.com/r-a-y/mobile-hosts/master/EasyPrivacyCNAME.txt