fix ipv6 jitsi

4-message-d-erreur-en-cas-d-echec-de-sudo
Lzebulon 2024-12-22 19:08:37 +01:00 committed by korenstin
parent 84971a5aa7
commit fff4731c5f
1 changed files with 2 additions and 2 deletions

View File

@ -37,12 +37,12 @@
ipv6 = { ipv6 = {
addresses = [{ addresses = [{
address = "2a0c:700:3::ff:fe01:6302"; address = "2a0c:700:2::ff:fe01:6302";
prefixLength = 64; prefixLength = 64;
}]; }];
routes = [{ routes = [{
address = "::"; address = "::";
via = "2a0c:700:3::ff:fe00:9902"; via = "2a0c:700:2::ff:fe00:9902";
prefixLength = 0; prefixLength = 0;
}]; }];
}; };