Update tailscale IPs for cj
This commit is contained in:
parent
c0cbf36122
commit
61b5585057
@ -132,12 +132,14 @@
|
||||
|
||||
virtualisation.oci-containers.containers = let
|
||||
ips = {
|
||||
serverIP = "192.168.88.21"; # v4 address
|
||||
# tailscale IP for IPV4 services
|
||||
serverIP = "100.102.82.27"; # v4 address
|
||||
|
||||
# link-local IP = fe80:${suffix}
|
||||
# external IP = ${externalprefix}:${suffix}
|
||||
#externalprefix = "2601:843:c200:20b";
|
||||
#ipv6suffix = "223:24ff:fea9:a97";
|
||||
# IPV6 external IP should not need to use tailscale
|
||||
serverIP6 = "2601:843:c200:20b:223:24ff:fea9:a97"; # external IP
|
||||
#serverIP6 = "fe80::223:24ff:fea9:a97"; # link-local IP
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user