diff --git a/tornet.yml b/tornet.yml index 701c7fd..8f08418 100644 --- a/tornet.yml +++ b/tornet.yml @@ -408,7 +408,7 @@ # get hosts blocklist from https://github.com/StevenBlack/hosts g_runcmd wget https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts -O - | grep "^0\.0\.0\.0 " | cut -d" " -f2 | grep "\." | egrep -v '^\.|\.$' >${g_tmp}/blocked-names.txt numhosts=$(cat ${g_tmp}/blocked-names.txt | wc -l) - if [ "$numhosts" -gt 200000 ] + if [ "$numhosts" -gt 50000 ] then cat ${g_tmp}/blocked-names.txt >blocked-names.txt else