Disable Tailscale DNS management on vade to fix DNS timeout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
''
|
||||
];
|
||||
|
||||
# Prevent Tailscale from setting a ~. catch-all on tailscale0,
|
||||
# which hijacks all DNS queries through systemd-resolved.
|
||||
services.tailscale.extraUpFlags = ["--accept-dns=false"];
|
||||
|
||||
# Route internal Metacircular zones to rift's CoreDNS (MCNS precursor).
|
||||
# Uses systemd-resolved domain routing so rift handles only *.mcp.metacircular.net
|
||||
# while DHCP/Tailscale DNS handles everything else.
|
||||
|
||||
Reference in New Issue
Block a user