Skip to content

SOCKS5 proxy support#168

Merged
ikatson merged 2 commits intomainfrom
socks
Aug 8, 2024
Merged

SOCKS5 proxy support#168
ikatson merged 2 commits intomainfrom
socks

Conversation

@ikatson
Copy link
Copy Markdown
Owner

@ikatson ikatson commented Aug 7, 2024

Addresses #81

Usage:

rqbit --socks-url 'socks5://localhost:1080' ...

OR with environment variable

RQBIT_SOCKS_PROXY_URL=socks5://localhost:1080 rqbit ...

if you need username and password, the URL should be like
socks5://user:password@host:port

@APT37
Copy link
Copy Markdown

APT37 commented Aug 8, 2024

rqbit --socks-url 'socks5://localhost:1080' download ...

This does not work for me, but I'm sure you meant:

rqbit --socks-url 'socks5://localhost:1080' server start output_dir

...which does indeed work perfectly.

Thank you for implementing this so quickly.

@ikatson ikatson merged commit e495639 into main Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants