Socks > TOR for specific configs

What is the problem you are having with rclone?

I want to keep my IP private when mounting selected rclone configs by routing through TOR via socks5.

But I need this only for specific configs where privacy is needed more than speed.

Can you please consider adding this functionality for specific configs rather than all rclone connections.

Thanks

Run the command 'rclone version' and share the full output of the command.

rclone v1.73.2

  • os/version: debian trixie (64 bit)
  • os/kernel: 6.19.6+deb14-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.25.8
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive) = Proton Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

NA

Paste command here

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

NA

Paste config here

A log from the command that you were trying to run with the -vv flag

NA

Paste  log here
1 Like

hi,

use the command line argument --http-proxy to set the proxy, and in turn use an override in the config file if you want it set for a single backend, eg override.http_proxy = http://... in the config file.


1 Like

I don’t think this works with protondrive remote?