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 <[email protected]> AuthorDate: 2021-03-18 14:17:32 +0000 Commit: Daniel Ebdrup Jensen <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
