corrected malformatted IPv6 addressed

This commit is contained in:
Lyn 2024-11-13 23:24:26 +01:00
parent bbfbb002d5
commit 0b09d9e0a2

View file

@ -27,7 +27,7 @@
v6 = {
public = "2a01:4f8:1c1b:d2db::";
# 1aacabcafe is the global ID and 1337 is the wireguard peer subnet ID, resulting in the ULA fd1a:acab:cafe:1337::/64
internal = "fd1a:acab:cafe:1337:8f4c:68cd";
internal = "fd1a:acab:cafe:1337:8f4c:68cd::";
};
};
supernova = {
@ -44,7 +44,7 @@
v6 = {
public = "";
# 1aacabcafe is the global ID and 1337 is the wireguard peer subnet ID, resulting in the ULA fd1a:acab:cafe:1337::/64
internal = "fd1a:acab:cafe:1337:6722:3657";
internal = "fd1a:acab:cafe:1337:6722:3657::";
};
};
};