From 35f5a21a16ca2689710e0503464bb736d136edd6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 5 Apr 2023 13:08:02 +0200 Subject: [PATCH] hint that a proxy can handle plain and ssl stream at the same time --- rsyncd.conf.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rsyncd.conf.5.md b/rsyncd.conf.5.md index ec976bac..2ba71111 100644 --- a/rsyncd.conf.5.md +++ b/rsyncd.conf.5.md @@ -1188,6 +1188,9 @@ An example nginx proxy setup is as follows: > } > ``` +If rsyncd should be accessible encrypted and unencrypted at the same time make +the proxy listen on port 873 as well and let it handle both streams. + ## DAEMON CONFIG EXAMPLES A simple rsyncd.conf file that allow anonymous rsync to a ftp area at -- 2.34.1