From a6098be7981600d6e1134707798dd235ea61a8d8 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 24 Mar 2024 02:51:47 +0100 Subject: Update hosts to listen to any interface --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index cb0e719..f995003 100644 --- a/config/config.json +++ b/config/config.json @@ -1,5 +1,5 @@ { - "hosts":["localhost"], + "hosts":["0.0.0.0"], "allow-hidden": true, "hide-hidden": true, "auth": true, -- cgit v1.2.3