1

ServeNix: Update ipv6 addr

This commit is contained in:
2025-03-10 16:18:21 +01:00
parent bc28bb8f26
commit 537207da6d

View File

@ -110,7 +110,7 @@
ipv6.addresses = [
{
address = "fd00::25";
address = "fd00::19"; # 25 in hex
prefixLength = 120;
}
];
@ -123,7 +123,7 @@
# "127.0.0.1"
# "8.8.8.8"
"192.168.86.26"
"fd00::26"
"fd00::1a" # 26 in hex
];
};