fix: disable tailscale dns on login and manage
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ result-*
|
||||
gcroots/
|
||||
ca
|
||||
configuration.nix
|
||||
system
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user