castget
castget copied to clipboard
Is it possible to use castget with a socks5 proxy?
Is it possible to use castget with a socks5 proxy?
castget uses curl so in theory anything that curl supports should work. If I understand the API docs correctly, it should work if you set the environment variable http_proxy like this:
http_proxy=socks5://your.details castget
I don't have a way to test this. If you manage to make it work, please let me know so I can't add it to the documentation.
Specifying socks5 in the proxy url works - thank you.