From a99f16e595f8552af4e04102191652472f2b879b Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 22 Aug 2022 21:53:20 +0000 Subject: [PATCH] verify: use china_ip_list instead --- verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify.py b/verify.py index 78cd29df7b..db678fad85 100755 --- a/verify.py +++ b/verify.py @@ -48,7 +48,7 @@ class ChinaListVerify(object): whitelist_file = "ns-whitelist.txt" blacklist_file = "ns-blacklist.txt" cdnlist_file = "cdn-testlist.txt" - chnroutes_file = "/usr/share/chnroutes2/chnroutes.txt" + chnroutes_file = "/usr/share/china_ip_list.txt" tld_ns = {} def __init__(self):