Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2021 14:21:33 GMT
From:      Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 21864048f392 - main - inetd.conf: Wordsmith recommendation
Message-ID:  <202103181421.12IELXJo011933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by debdrup (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=21864048f3929192bd20f34145ba62cda6e1d4f9

commit 21864048f3929192bd20f34145ba62cda6e1d4f9
Author:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
AuthorDate: 2021-03-18 14:17:32 +0000
Commit:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
CommitDate: 2021-03-18 14:17:32 +0000

    inetd.conf: Wordsmith recommendation
    
    Rather than recommend specific VTIs, it's better to give a general
    recommendation for where current and future suitable VTIs can be found.
---
 usr.sbin/inetd/inetd.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/usr.sbin/inetd/inetd.conf b/usr.sbin/inetd/inetd.conf
index 7f5f6783a038..82f68be7ab5d 100644
--- a/usr.sbin/inetd/inetd.conf
+++ b/usr.sbin/inetd/inetd.conf
@@ -121,7 +121,8 @@
 #prom-sysctl	stream	tcp	nowait	nobody	/usr/sbin/prometheus_sysctl_exporter	prometheus_sysctl_exporter -dgh
 #
 # Example entry for insecure rsync server
-# This is best combined with a VTI like if_ipsec(4) or wg(4)
+# This is best combined with encrypted virtual tunnel interfaces, which can be
+# found with: apropos if_ | grep tunnel
 #rsync	stream	tcp	nowait	root	/usr/local/bin/rsyncd	rsyncd --daemon
 #
 # Let the system respond to date requests via tcpmux



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103181421.12IELXJo011933>