Skip to content

Commit 881333b

Browse files
authored
Decrease the min length to 5 (hestiacp#3992)
Causing issues with Cloudflare IPv6 lists
1 parent 8c43225 commit 881333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-firewall-ipset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if ! echo "$data_source" | egrep -q '^(https?|script|file):'; then
8181
fi
8282

8383
IPSET_FILE="${ip_name}.${ip_version}"
84-
IPSET_MIN_SIZE=10
84+
IPSET_MIN_SIZE=5
8585

8686
#----------------------------------------------------------#
8787
# Action #

0 commit comments

Comments
 (0)