corrected malformatted IPv6 addressed
This commit is contained in:
parent
bbfbb002d5
commit
0b09d9e0a2
1 changed files with 2 additions and 2 deletions
|
@ -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::";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue