also flush the ipv6 blocklist

This commit is contained in:
Girish Ramakrishnan
2023-12-06 22:05:16 +01:00
parent 759f3f29f0
commit f7a53e1b15

View File

@@ -15,6 +15,7 @@ fi
[[ "${BOX_ENV}" == "test" ]] && exit
ipset flush cloudron_blocklist
ipset flush cloudron_blocklist6 || true # because kernel may not have ipv6
user_firewall_json="/home/yellowtent/platformdata/firewall/blocklist.txt"