From 8c3e27e1d79c5307d1cf1c46ad83e0b3736f18a0 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 7 Aug 2023 15:24:06 +0200 Subject: [PATCH] tornet.yml aktualisiert --- tornet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornet.yml b/tornet.yml index 3c0768d..c686f97 100644 --- a/tornet.yml +++ b/tornet.yml @@ -406,7 +406,7 @@ cd /etc/dnscrypt-proxy # 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 >${g_tmp}/blocked-names.txt + g_runcmd wget https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts -O - | grep "^0\.0\.0\.0 " | cut -d" " -f2 | grep "\." >${g_tmp}/blocked-names.txt numhosts=$(cat ${g_tmp}/blocked-names.txt | wc -l) if [ "$numhosts" -gt 200000 ] then