fix(adguard): remove split-horizon DNS rewrites

Split-horizon breaks VPN/LAN hybrid scenarios. Let all clients use
public DNS (Cloudflare proxy IPs) and route via CF tunnel. Works
everywhere, no network-topology-dependent DNS required.
This commit is contained in:
Will Anderson
2026-04-04 11:06:38 -05:00
parent f50d14ccdc
commit eefaeafcfc
+1 -10
View File
@@ -50,13 +50,4 @@ data:
allow_unencrypted_doh: true
filtering:
filtering_enabled: true
rewrites:
- domain: '*.nook.family'
answer: 100.64.0.1
enabled: true
- domain: '*.neuralplatform.ai'
answer: 100.64.0.1
enabled: true
- domain: '*.neuralplatform.dev'
answer: 100.64.0.1
enabled: true
rewrites: []