fix: disable tailscale dns on login and manage

This commit is contained in:
2025-09-28 08:48:35 +02:00
parent 7be10b4457
commit 43547f45de
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ result-*
gcroots/
ca
configuration.nix
system

View File

@@ -331,7 +331,7 @@ in
useRoutingFeatures = "server"; # for exit-node usage
extraUpFlags = [
"--login-server=https://headscale.svc.oceanbox.io"
"--accept-dns"
"--accept-dns=false"
"--advertise-exit-node"
"--advertise-tags=tag:rossby"
];

View File

@@ -299,7 +299,7 @@ in {
useRoutingFeatures = "both"; # for exit-node usage
extraUpFlags = [
"--login-server=https://headscale.svc.oceanbox.io"
"--accept-dns=true" # see dnsmasq
"--accept-dns=false" # see dnsmasq
"--accept-routes=true"
"--advertise-exit-node"
"--advertise-routes=172.16.239.0/24,172.16.238.0/24"