added extra tailscale config
This commit is contained in:
parent
6c6f9a11bc
commit
186dd689eb
3 changed files with 17 additions and 3 deletions
|
@ -177,13 +177,15 @@
|
|||
useRoutingFeatures = "server";
|
||||
extraUpFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.1.0/24"
|
||||
"--advertise-routes=192.168.0.0/24"
|
||||
"--accept-dns=false"
|
||||
"--advertise-tags=tag:leyla,tag:server,tag:static"
|
||||
];
|
||||
extraSetFlags = [
|
||||
"--advertise-exit-node"
|
||||
"--advertise-routes=192.168.1.0/24"
|
||||
"--advertise-routes=192.168.0.0/24"
|
||||
"--accept-dns=false"
|
||||
"--advertise-tags=tag:leyla,tag:server,tag:static"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue