mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
use 0.0.0.0 as ip
This commit is contained in:
parent
bbe94ad466
commit
a28e761a79
|
@ -28,7 +28,7 @@ in
|
||||||
port = 8008;
|
port = 8008;
|
||||||
bind_addresses = [
|
bind_addresses = [
|
||||||
"::1"
|
"::1"
|
||||||
"127.0.0.1"
|
"0.0.0.0"
|
||||||
];
|
];
|
||||||
type = "http";
|
type = "http";
|
||||||
tls = false;
|
tls = false;
|
||||||
|
|
Loading…
Reference in a new issue