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
|
allow_unencrypted_doh: true
|
||||||
filtering:
|
filtering:
|
||||||
filtering_enabled: true
|
filtering_enabled: true
|
||||||
rewrites:
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user