From 556400cefdcf0cfc34cfd564a3054545f6e97f12 Mon Sep 17 00:00:00 2001 From: tikikun Date: Thu, 5 Oct 2023 15:47:48 +0700 Subject: [PATCH] avoid pointing to computer host --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f32f8efc3..196db5c94 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "listeners": [ { - "address": "0.0.0.0", + "address": "127.0.0.1", "port": 3928 } ],