Compare commits
No commits in common. "4f3064351316e803d23d941c3e1b7ad4ef6c8e86" and "0d7da663ed1d9fa20ab482cc962872dc548afd52" have entirely different histories.
4f30643513
...
0d7da663ed
3 changed files with 3 additions and 3 deletions
configurations/nixos
|
@ -179,7 +179,7 @@
|
|||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.0.0/24"
|
||||
"--accept-dns=false"
|
||||
# "--advertise-tags=tag:server,tag:static"
|
||||
"--advertise-tags=tag:server,tag:static"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
authKeyFile = config.sops.secrets."wireguard-keys/tailscale-authkey/horizon".path;
|
||||
useRoutingFeatures = "client";
|
||||
extraUpFlags = [
|
||||
# "--advertise-tags=tag:client,tag:mobile"
|
||||
"--advertise-tags=tag:server,tag:static"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.0.0/24"
|
||||
# "--advertise-tags=tag:client,tag:static"
|
||||
"--advertise-tags=tag:server,tag:static"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue