diff options
author | brian <brian@FreeBSD.org> | 2000-01-05 02:59:28 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-01-05 02:59:28 +0000 |
commit | 0710fece79cda2b25b170e7eee3b31964f09aa13 (patch) | |
tree | ae06597cb614a0d056c217798f1b63abd68d0d18 /share | |
parent | 3df7871bf80ed3f55eda8b9e6684be468b466cce (diff) | |
download | FreeBSD-src-0710fece79cda2b25b170e7eee3b31964f09aa13.zip FreeBSD-src-0710fece79cda2b25b170e7eee3b31964f09aa13.tar.gz |
Add protocol to ``nat port'' examples - it's mandatory.
Suggested by: Mark Knight <markk@knigma.org>
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index 31e1e79..eff269a 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -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 # |