git: 21864048f392 - main - inetd.conf: Wordsmith recommendation
Daniel Ebdrup Jensen
debdrup at FreeBSD.org
Thu Mar 18 14:21:33 UTC 2021
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 at FreeBSD.org>
AuthorDate: 2021-03-18 14:17:32 +0000
Commit: Daniel Ebdrup Jensen <debdrup at 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
More information about the dev-commits-src-main
mailing list