summaryrefslogtreecommitdiff
path: root/config/config.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-03-24 02:51:47 +0100
committerache <ache@ache.one>2024-03-24 02:51:47 +0100
commita6098be7981600d6e1134707798dd235ea61a8d8 (patch)
treef505244e9ca60b6568dd614280678a65cc10cf49 /config/config.json
parentForce IP version (diff)
Update hosts to listen to any interface
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json2
1 files changed, 1 insertions, 1 deletions
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,