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!