Fixed #18: 不再把gfwlist里的域名转换成 2 级域名
This commit is contained in:
@@ -306,7 +306,7 @@ def main():
|
||||
gfwlist = combine_lists(content, user_rule)
|
||||
|
||||
domains = parse_gfwlist(gfwlist)
|
||||
domains = reduce_domains(domains)
|
||||
# domains = reduce_domains(domains)
|
||||
pac_content = generate_pac_fast(domains, args.proxy, direct_rule, cnips, localtld_rule)
|
||||
|
||||
with open(args.output, 'w') as f:
|
||||
|
||||
Reference in New Issue
Block a user