diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-06-22 11:20:03 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-06-22 11:20:03 +0000 |
| commit | 0622eafc89d86e8dd20dda2d88940fb75e3f8cfd (patch) | |
| tree | 6b3e64750c8cacf88acf9a6f69b98644822f9a2e /lib/libalias/libalias.3 | |
| parent | 378d10a91d8c974338dec9966139a4bf302b393f (diff) | |
Notes
Diffstat (limited to 'lib/libalias/libalias.3')
| -rw-r--r-- | lib/libalias/libalias.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index fa6cad7f1d24..8e38d91a98e7 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -247,7 +247,7 @@ If this mode bit is not set, it the link table will never be reset in the event of an address change. .It PKT_ALIAS_PUNCH_FW. -This option make libalias `punch holes' in an +This option makes libalias `punch holes' in an ipfw based firewall for FTP/IRC DCC connections. The holes punched are bound by from/to IP address and port; it will not be possible to use a hole @@ -259,6 +259,11 @@ clear the entire ipfw range allocated for holes. This will also happen on the initial call to PacketAliasSetFWBase(). This call must happen prior to setting this flag. +.It PKT_ALIAS_REVERSE. +This option makes libalias reverse the way it +handles incoming and outgoing packets, allowing +it to be fed data that passes through the internal +interface rather than the external one. .El |
