diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-03-08 22:03:29 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-03-08 22:03:29 +0000 |
| commit | 8d69c48be5f42f9477e1525587f495d6c7714c4a (patch) | |
| tree | 38dcc46c6326ec0b0dc0f6d59183c7d17c5f9d66 /etc/inetd.conf | |
| parent | ce8935295208bf59c38dc09613c948725f20209b (diff) | |
Notes
Diffstat (limited to 'etc/inetd.conf')
| -rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index d93893604481..d06c6e436514 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -117,3 +117,9 @@ #netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd #netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd #swat stream tcp nowait/400 root /usr/local/sbin/swat swat +# +# Enable the following entry to enable ftp-proxy to NAT ftp sessions with pf +# N.B.: inetd binds to * in the default installtion so you should add +# an appropiate block rule to your pf.conf +# +#ftp-proxy stream tcp nowait root /usr/local/libexec/ftp-proxy ftp-proxy |
