chore(clan): point vps-relay at public IPv4 while ZT identity bootstraps 🎯
This commit is contained in:
parent
ba277b3f49
commit
4332dfcbb5
1 changed files with 5 additions and 1 deletions
|
|
@ -103,8 +103,12 @@ in {
|
||||||
host = "fdd5:53a2:de33:d269:6499:936c:48a:bbdc";
|
host = "fdd5:53a2:de33:d269:6499:936c:48a:bbdc";
|
||||||
user = "danny";
|
user = "danny";
|
||||||
};
|
};
|
||||||
|
# Using public IPv4 while ZT identity is being bootstrapped on the
|
||||||
|
# VPS. Swap to ZT IPv6 (fdd5:53a2:de33:d269:6499:9305:339f:2ed3)
|
||||||
|
# after the first clan update uploads SOPS keys and zerotierone
|
||||||
|
# restarts with the clan-managed identity.
|
||||||
roles.default.machines.vps-relay.settings = {
|
roles.default.machines.vps-relay.settings = {
|
||||||
host = "fdd5:53a2:de33:d269:6499:9305:339f:2ed3";
|
host = "89.167.39.251";
|
||||||
user = "danny";
|
user = "danny";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue