mirror of
https://github.com/rclone/rclone.git
synced 2025-04-02 20:45:32 +02:00
Disabling the authentication for unix sockets makes it impossible to use `rclone serve` behind a proxy that that communicates with rclone via a unix socket. Re-enabling the authentication should not have any effect on most users of unix sockets as they do not set authentication up with a unix socket anyway.