add some more string to dictionary

This commit is contained in:
Minoplhy 2021-07-13 15:39:19 +07:00
parent 9134267e44
commit 41c85f0d53

View File

@ -6,7 +6,7 @@ from shutil import copyfile
infile = sys.argv[1]
outfile = sys.argv[2]
a = ['0.0.0.0 ','::1 ','127.0.0.1 ','0 ',':: ']
a = ['0.0.0.0 ','0.0.0.0','::1 ','127.0.0.1 ','0','::','::1','127.0.0.1','0','::']
lst = []
with open(infile, 'r') as f: