sort blocklist for better review of changes

This commit is contained in:
lookshe 2019-06-12 22:03:54 +02:00
parent e85bcc457c
commit 28e13bd9a2

View file

@ -10,4 +10,4 @@ awk -F'[\t ]+' '{
print "127.0.0.1 " host
}
}
}' adlists/* > block.list
}' adlists/* | sort > block.list