mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 04:35:12 +02:00

Populate the iptables-addons repository with two modules, xt_TARPIT and xt_TEE, as a starting point. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
config NETFILTER_XT_TARGET_TEE
|
|
tristate '"TEE" target support'
|
|
depends on NETFILTER_XTABLES
|
|
depends on NETFILTER_ADVANCED
|
|
depends on IP_NF_MANGLE || IP6_NF_MANGLE
|
|
---help---
|
|
This option adds a "TEE" target, which enables you to duplicate
|
|
packets and route those duplicates to a different gateway.
|
|
The target has to be used inside the mangle table.
|