rift: allow port 53 for CoreDNS, vade: use rift as DNS
rift: sysctl to allow rootless containers to bind port 53, open firewall for DNS queries from LAN clients. vade: point nameservers at rift (LAN + Tailscale) for internal service resolution via CoreDNS (MCNS precursor). Falls back to 1.1.1.1/8.8.8.8 via systemd-resolved. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -38,4 +38,10 @@
|
||||
Driver "libinput"
|
||||
''
|
||||
];
|
||||
|
||||
# Use rift's CoreDNS (MCNS precursor) for internal service resolution.
|
||||
networking.nameservers = [
|
||||
"192.168.88.181"
|
||||
"100.95.252.120"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user