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"
|
||||
|
||||
Reference in New Issue
Block a user