Update tailscale IPs for cj

This commit is contained in:
Jacob Hinkle 2024-05-24 08:42:31 -04:00
parent c0cbf36122
commit 61b5585057

View File

@ -132,12 +132,14 @@
virtualisation.oci-containers.containers = let virtualisation.oci-containers.containers = let
ips = { 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} # link-local IP = fe80:${suffix}
# external IP = ${externalprefix}:${suffix} # external IP = ${externalprefix}:${suffix}
#externalprefix = "2601:843:c200:20b"; #externalprefix = "2601:843:c200:20b";
#ipv6suffix = "223:24ff:fea9:a97"; #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 = "2601:843:c200:20b:223:24ff:fea9:a97"; # external IP
#serverIP6 = "fe80::223:24ff:fea9:a97"; # link-local IP #serverIP6 = "fe80::223:24ff:fea9:a97"; # link-local IP
}; };