diff options
-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 # |