fix: edit biblios tailscale address

This commit is contained in:
Luj 2025-06-17 14:50:36 +02:00
parent 001c972e5e
commit a4b27dcf88
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -21,7 +21,7 @@
]; ];
ips = { ips = {
public.ipv4 = "82.67.34.230"; public.ipv4 = "82.67.34.230";
vpn.ipv4 = "100.64.0.2"; vpn.ipv4 = "100.100.45.39";
public.ipv6 = "2a01:e0a:de4:a0e1:eb2:aaaa::46"; public.ipv6 = "2a01:e0a:de4:a0e1:eb2:aaaa::46";
vpn.ipv6 = "fd7a:115c:a1e0::27"; vpn.ipv6 = "fd7a:115c:a1e0::27";
}; };