1
0

add nft_limit kmodule for rate limiting in firewall

This commit is contained in:
Daniel Barlow 2025-03-21 21:19:48 +00:00
parent 0ae5689a40
commit e5cfd41013

View File

@ -37,6 +37,7 @@ let
"nft_fib" "nft_fib"
"nft_fib_ipv4" "nft_fib_ipv4"
"nft_fib_ipv6" "nft_fib_ipv6"
"nft_limit"
"nft_log" "nft_log"
"nft_masq" "nft_masq"
"nft_nat" "nft_nat"
@ -114,6 +115,7 @@ in
NFT_CT = "m"; NFT_CT = "m";
NFT_FIB_IPV4 = "m"; NFT_FIB_IPV4 = "m";
NFT_FIB_IPV6 = "m"; NFT_FIB_IPV6 = "m";
NFT_LIMIT = "m";
NFT_LOG = "m"; NFT_LOG = "m";
NFT_MASQ = "m"; NFT_MASQ = "m";
NFT_NAT = "m"; NFT_NAT = "m";