From 6a85fec9238fa0aee9fbeb5f564ebb523dab79a0 Mon Sep 17 00:00:00 2001 From: Elysia <118418714+elysias123@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=9C=AC=E6=9C=BA=E5=9C=B0=E5=9D=8012?= =?UTF-8?q?7.0.0.1=E6=9B=BF=E6=8D=A2=E4=B8=BA0.0.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/hosts.py b/script/hosts.py index 81dbbba..a90430b 100755 --- a/script/hosts.py +++ b/script/hosts.py @@ -2,7 +2,7 @@ def format_domain(List): domain = ["127.0.0.1 localhost", "::1 localhost", "", ""] for line in List: - domain_lines = f"127.0.0.1 {line.strip()}" + domain_lines = f"0.0.0.0 {line.strip()}" domain.append(domain_lines) return domain