mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
use 0.0.0.0 as ip
This commit is contained in:
parent
bbe94ad466
commit
a28e761a79
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in
|
|||
port = 8008;
|
||||
bind_addresses = [
|
||||
"::1"
|
||||
"127.0.0.1"
|
||||
"0.0.0.0"
|
||||
];
|
||||
type = "http";
|
||||
tls = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue