From 21864048f3929192bd20f34145ba62cda6e1d4f9 Mon Sep 17 00:00:00 2001 From: Daniel Ebdrup Jensen Date: Thu, 18 Mar 2021 15:17:32 +0100 Subject: [PATCH] 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