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:
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user