Skip to content

Commit

Permalink
fix reserved.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeeLeeee committed Nov 4, 2018
1 parent f6226ea commit d2575d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iplist2js.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def ip_file_to_js(ip_file, **kwd):
}

print('var cn_tree = %s;' % ip_file_to_js('./china_ip_list/china_ip_list.txt', **json_opts))
print('var reserved_tree = %s;' % ip_file_to_js('./china_ip_list/china_ip_list.txt', **json_opts))
print('var reserved_tree = %s;' % ip_file_to_js('reserved.txt', **json_opts))

domain_list = list(lines('paper-domains.txt'))
print('var paper_list = %s;' % json.dumps(domain_list, **json_opts))
Expand Down

0 comments on commit d2575d9

Please sign in to comment.