tailscale: update exit node ip
Some checks failed
flake check / check (push) Failing after 1m48s
fmt check / check (push) Successful in 39s
Some checks failed
flake check / check (push) Failing after 1m48s
fmt check / check (push) Successful in 39s
This commit is contained in:
parent
6de9566294
commit
0bd1afa855
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# otherwise authenticate with tailscale
|
# otherwise authenticate with tailscale
|
||||||
${tailscale}/bin/tailscale up -authkey file:${config.sops.secrets.tsauth-sakura.path} --exit-node=100.87.54.48 --exit-node-allow-lan-access=true --accept-dns=false
|
${tailscale}/bin/tailscale up -authkey file:${config.sops.secrets.tsauth-sakura.path} --exit-node=100.104.42.96 --exit-node-allow-lan-access=true --accept-dns=false
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue