Make one large blocklist from the bluetack lists on iblocklist.com
#!/usr/bin/env sh
# Download lists, unpack and filter, write to bt_bloglists.gz
curl -s https://www.iblocklist.com/lists.php \
| grep -A 2 Bluetack \
| sed -n "s/.*value='\(http:.*\)'.*/\1/p" \
| xargs wget -O - \
| gunzip \
| egrep -v '^#' \
| gzip - > bt_blocklist.gz
# Ready to use filtered lists updated daily:
# http://john.bitsurge.net/public/biglist.p2p.gz
# https://ansulev.com/public/biglist.p2p.gz