verify: use china_ip_list instead

This commit is contained in:
Felix Yan 2022-08-22 21:53:20 +00:00
parent fb013197d5
commit a99f16e595
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
1 changed files with 1 additions and 1 deletions

View File

@ -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):