Split DNS servers: alexandria for LAN, trantor for tailnet

Alexandria's unbound now only serves LAN clients (192.168.0.0/16) and
returns LAN IPs for service domains.

Created new unbound instance on trantor to serve Tailscale clients
(100.64.0.0/10) and return tailscale IPs for service domains.

Both configurations pull service records from shared/services.nix.
This commit is contained in:
William 2025-11-08 21:35:53 -03:00
parent 8d8847e2fb
commit ee1a7c4d18
3 changed files with 64 additions and 16 deletions

View file

@ -40,7 +40,6 @@ in
tags = [
# "server" TODO: uncomment when 25.11 is out.
"fwupd"
"podman"
];
};