sort blocklist for better review of changes
This commit is contained in:
parent
e85bcc457c
commit
28e13bd9a2
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ awk -F'[\t ]+' '{
|
|||
print "127.0.0.1 " host
|
||||
}
|
||||
}
|
||||
}' adlists/* > block.list
|
||||
}' adlists/* | sort > block.list
|
||||
|
|
Loading…
Reference in a new issue