docs(dns): record mosdns foreign DoH multi-upstream redundancy (W1N-62)

This commit is contained in:
windyboy
2026-08-13 10:56:40 +08:00
parent 3de4beb028
commit 95ec2350af
2 changed files with 15 additions and 3 deletions
+7
View File
@@ -53,6 +53,13 @@ OpenClash runs `/etc/openclash/clash` (clash_meta core) with configuration
> Kill-test: foreign queries answered during clash outage, watchdog
> auto-restarted. Backups: `config.yaml.bak-foreign-doh-20260813-103746` /
> `config.yaml.bak-foreign-doh-20260813-103813`.
> 2026-08-13 (W1N-62): added redundancy to `foreign_upstream` —
> `concurrent: 3`, upstreams = `adg.chans.xyz` (hk2) + `dns.quad9.net` +
> `dns.cloudflare.com` (both direct-reachable from CN, live-tested 2026-08-13;
> `dns.quad101.net` excluded — TLS handshake fails). Verified: google.com
> AAAA now `2404:6800…` (new upstream answering, was `2607:f8b0…` via hk2),
> taobao/intercept/clash-fake-ip all unchanged. Backup:
> `config.yaml.bak-multi-doh-20260813-105421`.
- nft: OpenClash injects TPROXY/redirect + DNS-hijack rules into
`table inet fw4`; a residual `table inet passwall` exists with 0 packets (unused)