fix: disable tailscale dns

This commit is contained in:
Jonas Juselius
2025-09-28 08:49:26 +02:00
parent 7be10b4457
commit d481f6789c
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ in
opt = false;
work = true;
data = true;
backup =false;
backup = false;
ceph = true;
};
};
@@ -336,7 +336,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-routes=10.255.241.0/24"
"--advertise-tags=tag:ekman"

View File

@@ -59,7 +59,7 @@ in {
opt = true;
work = true;
data = true;
backup = true;
backup = false;
ceph = true;
};
};
@@ -337,7 +337,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=10.255.241.0/24"