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

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"