From 4b7c43a0c16ecdc16d96d96f7e1d62a161bacb3c Mon Sep 17 00:00:00 2001 From: Stephan Geisler Date: Sun, 29 Sep 2019 10:51:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eupdate=5Fblocklist.sh=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_blocklist.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/update_blocklist.sh b/update_blocklist.sh index f5a96ce..107813e 100644 --- a/update_blocklist.sh +++ b/update_blocklist.sh @@ -15,9 +15,10 @@ DELETE_IP_AFTER="7" # Loglevel 1: Show Stats at the bottom / Loglevel 2: Show all / Loglevel 0: disable LOGLEVEL=1 - - TYPE=0 - META='' # e.g. subnetmask +# 0=Single Host / 1=? / 2=IP-Range (META must be set) / 3=subnetmask (META must be set) + TYPE=0 +# e.g. subnetmask / upper IP-Range + META='' ############################################################################################################### # Do NOT change after here!