mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-11 23:24:57 +02:00
xt_TARPIT: unlock for use with all tables
This commit is contained in:
@@ -285,7 +285,6 @@ static struct xt_target tarpit_tg_reg __read_mostly = {
|
|||||||
.name = "TARPIT",
|
.name = "TARPIT",
|
||||||
.revision = 0,
|
.revision = 0,
|
||||||
.family = NFPROTO_IPV4,
|
.family = NFPROTO_IPV4,
|
||||||
.table = "filter",
|
|
||||||
.hooks = (1 << NF_INET_LOCAL_IN) | (1 << NF_INET_FORWARD),
|
.hooks = (1 << NF_INET_LOCAL_IN) | (1 << NF_INET_FORWARD),
|
||||||
.proto = IPPROTO_TCP,
|
.proto = IPPROTO_TCP,
|
||||||
.target = tarpit_tg,
|
.target = tarpit_tg,
|
||||||
|
Reference in New Issue
Block a user