From f467a3715e1f3673e6dd0fdbee6508d86580c5c5 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sat, 17 May 2025 01:36:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=A3=E7=90=86=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multi_proxy_refill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_proxy_refill.py b/multi_proxy_refill.py index 4fb17ad..76fc86c 100644 --- a/multi_proxy_refill.py +++ b/multi_proxy_refill.py @@ -11,7 +11,7 @@ from urllib.parse import quote # —— 固定 Redis 连接配置 —— # _REDIS_CONF = { - "host": "127.0.0.1", + "host": "192.144.230.75", "port": 6379, "password": "qwert@$123!&", "decode_responses": True,