commit | b1e52e8c4403a9a4fcb7effffc9749afd8f497a8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 13 14:49:51 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 13 14:49:51 2008 +0100 |
tree | 7d84bd456524cf521518c0070d28a5cfcef90c45 | |
parent | fe10a0619ddfe58d9dfbf9029a73651130843023 [diff] |
[MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) Using some Linux kernel patches, it is possible to redirect non-local traffic to local sockets when IP forwarding is enabled. In order to enable this option, we introduce the "transparent" option keyword on the "bind" command line. It will make the socket reachable by remote sources even if the destination address does not belong to the machine.