please disregard this diff. it's wrong.
On Thu, Apr 7, 2011 at 6:58 PM, Mike Belopuhov <[email protected]> wrote:
> this allows us to get rid of the nasty NATLOOKUP ioctl and get
> the original server address right from the socket. also this
> paves the way to the transparent ftp-proxy mode.
>
> if you will like this diff and nobody objects, i'll try to rip
> NATLOOKUP out from the other places too.
>
> note, that it requires you to change your rdr-to rule to do
> divert:
>
> -pass in quick proto tcp to port ftp rdr-to 127.0.0.1 port 8021
> +pass in quick proto tcp to port ftp divert-to 127.0.0.1 port 8021