From b8b3a16d3bbfe77e056de02e989d52f7e0e62c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A3=B3=E5=A3=B3=E4=B8=AD=E7=9A=84=E5=AE=87=E5=AE=99?= Date: Fri, 19 Jan 2024 19:23:12 -0600 Subject: [PATCH] fix custom inbound listener to not use 0.0.0.0 (#584) --- release/config/custom_inbound.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/config/custom_inbound.json b/release/config/custom_inbound.json index 1dc20e8..02c5111 100644 --- a/release/config/custom_inbound.json +++ b/release/config/custom_inbound.json @@ -1,6 +1,6 @@ [ { - "listen": "0.0.0.0", + "listen": "127.0.0.1", "port": 1234, "protocol": "socks", "settings": {