Browse Source

Decrease the min length to 5 (#3992)

Causing issues with Cloudflare IPv6 lists
Jaap Marcus 2 years ago
parent
commit
af05c067c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-add-firewall-ipset

+ 1 - 1
bin/v-add-firewall-ipset

@@ -81,7 +81,7 @@ if ! echo "$data_source" | egrep -q '^(https?|script|file):'; then
 fi
 
 IPSET_FILE="${ip_name}.${ip_version}"
-IPSET_MIN_SIZE=10
+IPSET_MIN_SIZE=5
 
 #----------------------------------------------------------#
 #                       Action                             #