1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into develop

This commit is contained in:
suyuan 2023-10-26 16:52:46 +08:00
commit 39956a90f2
2 changed files with 2 additions and 2 deletions

View file

@ -501,7 +501,7 @@ _bypass_proto_without_ndpi() {
ipset -q flush bypass6_$proto > /dev/null 2>&1
ipset -q --exist restore <<-EOF
create bypass_$proto hash:net hashsize 64
create bypass6_$proto hash:net hashsize 64
create bypass6_$proto hash:net family inet6 hashsize 64
EOF
for ip in $ALLIPS; do
valid_ip4=$( valid_subnet4 $ip)