fix: disable tailscale dns
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user