fix(adguard): use Tailscale IP for split-horizon DNS rewrites
LAN IP 192.168.68.77 unreachable over Tailscale VPN. 100.64.0.1 works for both LAN (Tailscale installed) and remote VPN clients. Also adds *.neuralplatform.dev which was missing from the configmap.
This commit is contained in:
@@ -52,8 +52,11 @@ data:
|
||||
filtering_enabled: true
|
||||
rewrites:
|
||||
- domain: '*.nook.family'
|
||||
answer: 192.168.68.77
|
||||
answer: 100.64.0.1
|
||||
enabled: true
|
||||
- domain: '*.neuralplatform.ai'
|
||||
answer: 192.168.68.77
|
||||
answer: 100.64.0.1
|
||||
enabled: true
|
||||
- domain: '*.neuralplatform.dev'
|
||||
answer: 100.64.0.1
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user