diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-01-05 02:59:28 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-01-05 02:59:28 +0000 |
| commit | 24870fab24f20670f6d498f0b016ed375610047b (patch) | |
| tree | 4fc46d4733f7f8e7cd380b29f32b2e1e1700f849 | |
| parent | ebb0b1f9bbc30c20b039160e6f604e97326ca267 (diff) | |
Notes
| -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 31e1e7904ec4..eff269a44208 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 # |
