summaryrefslogtreecommitdiff
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-03-08 22:03:29 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-03-08 22:03:29 +0000
commit8d69c48be5f42f9477e1525587f495d6c7714c4a (patch)
tree38dcc46c6326ec0b0dc0f6d59183c7d17c5f9d66 /etc/inetd.conf
parentce8935295208bf59c38dc09613c948725f20209b (diff)
Notes
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf6
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