fix: reflect ipv6 changes on winters (matrix)

This commit is contained in:
Swarsel 2024-12-15 20:43:31 +01:00
parent ce441be7bb
commit 48c32837c7
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -5706,7 +5706,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
port = 8008;
bind_addresses = [
"127.0.0.1"
"::1"
# "::1"
];
type = "http";
tls = false;