tailscale: update exit node ip
Some checks failed
flake check / check (push) Failing after 1m48s
fmt check / check (push) Successful in 39s

This commit is contained in:
notohh 2023-11-30 10:37:10 -05:00
parent 6de9566294
commit 0bd1afa855
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -35,7 +35,7 @@
fi
# 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
'';
};
}