Add protocol to ``nat port'' examples - it's mandatory.

Suggested by:	Mark Knight <markk@knigma.org>
This commit is contained in:
Brian Somers 2000-01-05 02:59:28 +00:00
parent ebb0b1f9bb
commit 24870fab24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55427

View File

@ -187,8 +187,8 @@ examples:
# If we're using the -nat switch, redirect ftp and http to an internal
# machine:
#
nat port 10.0.0.2:ftp ftp
nat port 10.0.0.2:http http
nat port tcp 10.0.0.2:ftp ftp
nat port tcp 10.0.0.2:http http
#
# or don't trust the outside at all
#