summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-03-08 22:03:29 +0000
committermlaier <mlaier@FreeBSD.org>2004-03-08 22:03:29 +0000
commit6be47b725dbe981b3b17d6c613ae30fc93c8734f (patch)
tree38dcc46c6326ec0b0dc0f6d59183c7d17c5f9d66 /etc/inetd.conf
parent8ff4e76430891ac4cdbaed167d6824866a07f187 (diff)
downloadFreeBSD-src-6be47b725dbe981b3b17d6c613ae30fc93c8734f.zip
FreeBSD-src-6be47b725dbe981b3b17d6c613ae30fc93c8734f.tar.gz
Link pf to the build and install:
This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor)
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 d938936..d06c6e4 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
OpenPOWER on IntegriCloud