init.d: zapret_custom_firewall_nft_flush

This commit is contained in:
bol-van
2024-10-13 13:51:20 +03:00
parent f8ccb564ca
commit db14cee73b
3 changed files with 7 additions and 1 deletions

View File

@@ -744,6 +744,7 @@ zapret_unapply_firewall_nft()
unprepare_route_localnet
nft_del_firewall
[ "$MODE" = custom ] && custom_runner zapret_custom_firewall_nft_flush
return 0
}
zapret_do_firewall_nft()