#wget -q -O /tmp/list.gz "http://list.iblocklist.com/?list=bt_level1&fileformat=p2p&archiveformat=gz" 
{
gunzip -c /tmp/list.gz | \
sed -e "/^[\t ]*#.*\|^[\t ]*$/d;s/^.*:/-A $name /" 
echo COMMIT 
} | ipset -R

#    gunzip |
 #   cut -d: -f2 |
  #  grep -E "^[-0-9.]+$" |
   # gawk '{print "add LEVEL1 "$1}' |
    #ipset restore -exist
