fix ipv6 jitsi

4-message-d-erreur-en-cas-d-echec-de-sudo
Lzebulon 2024-12-22 19:08:37 +01:00
parent 40d85baaf8
commit 7f69ca6619
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 2 additions and 2 deletions

View File

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