use 0.0.0.0 as ip

This commit is contained in:
Harry 2024-07-19 20:20:07 +02:00
parent bbe94ad466
commit a28e761a79

View file

@ -28,7 +28,7 @@ in
port = 8008;
bind_addresses = [
"::1"
"127.0.0.1"
"0.0.0.0"
];
type = "http";
tls = false;