mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: reflect ipv6 changes on winters (matrix)
This commit is contained in:
parent
ce441be7bb
commit
48c32837c7
2 changed files with 2 additions and 2 deletions
|
|
@ -5706,7 +5706,7 @@ Here we just define some aliases for rebuilding the system, and we allow some in
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_addresses = [
|
bind_addresses = [
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
"::1"
|
# "::1"
|
||||||
];
|
];
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ in
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_addresses = [
|
bind_addresses = [
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
"::1"
|
# "::1"
|
||||||
];
|
];
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue