From 3637180b7117cdbfb20ca4fa0101ac451c7651a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Date: Wed, 16 Apr 2025 23:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20port=5Fconfig.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- port_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port_config.py b/port_config.py index d9ab62f..2f78df1 100644 --- a/port_config.py +++ b/port_config.py @@ -10,5 +10,5 @@ Author: Jeffrey Tsai """ # Server configuration -SERVER_HOST = "0.0.0.0" # Bind to all interfaces instead of just localhost +SERVER_HOST = "127.0.0.1" # Bind to localhost for security SERVER_PORT = 4550 # Use port 4550 as in the original configuration