include/linux/netfilter/xt_TPROXY.h
0 → 100644
+14
−0
+15
−0
+1
−0
net/netfilter/xt_TPROXY.c
0 → 100644
+112
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The TPROXY target implements redirection of non-local TCP/UDP traffic to local sockets. Additionally, it's possible to manipulate the packet mark if and only if a socket has been found. (We need this because we cannot use multiple targets in the same iptables rule.) Signed-off-by:KOVACS Krisztian <hidden@sch.bme.hu> Signed-off-by:
Patrick McHardy <kaber@trash.net>