From e0337d7a19484704e2ce66cf194cefd661f24b56 Mon Sep 17 00:00:00 2001 From: sinspired Date: Fri, 29 Nov 2024 20:41:46 +0800 Subject: [PATCH] test: update_hosts.yml --- setHosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setHosts.py b/setHosts.py index 81b346b..f4c6f3a 100644 --- a/setHosts.py +++ b/setHosts.py @@ -82,7 +82,7 @@ def parse_args(): help="打印运行信息", ) parser.add_argument( - "-n" + "-n", "--NotUseDnsServers", action="store_true", help="不使用DNS服务器解析(避免GitHub等被dns污染的网站获取错误地址)",