Mention that PacketAliasProxyRule() doesn't accept host names,

just IP numbers.
This commit is contained in:
Brian Somers 1999-03-07 15:02:22 +00:00
parent a39fd2143c
commit ac8e3334de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44546
2 changed files with 6 additions and 2 deletions

View File

@ -539,7 +539,9 @@ This specifies the
.Ar host
and
.Ar portnum
that the data is to be redirected to. If
that the data is to be redirected to.
.Ar host
must be an IP address rather than a DNS host name. If
.Ar portnum
is not specified, the destination port number is not changed.
.Pp

View File

@ -539,7 +539,9 @@ This specifies the
.Ar host
and
.Ar portnum
that the data is to be redirected to. If
that the data is to be redirected to.
.Ar host
must be an IP address rather than a DNS host name. If
.Ar portnum
is not specified, the destination port number is not changed.
.Pp