Files
Sven-Hendrik Haase 3262fc7183 Fix rsync 3.5.0 behavior
rsync 3.5.0 now requires 'proxy protocol hosts' to be set as it would refuse all
connections otherwise. See also https://download.samba.org/pub/rsync/NEWS#3.5.0.

To figure this out, I took a look at the journal where it said
Aug 16 23:10:48 repos.archlinux.org rsyncd[1263114]: proxy protocol rejected from untrusted peer UNDETERMINED (localhost)
I figured I might as well try that and it seems to work.

The problem is that we use a socket to connect to rsync from nginx and rsync doesn't seem to
handle that case specifically.

Fixes #863.
2026-08-17 01:44:23 +02:00
..
2026-08-17 01:44:23 +02:00