Socks proxy
pdostal opened this issue · 3 comments
pdostal commented
Hello,
first of all, thank you for awesome product!
Would it be possible use urlwatcher with SOCKSv4 proxy?
Thanks a lot!
thp commented
It should be possible using the http_proxy
and https_proxy
per-job settings. For SOCKSv5, the URL scheme is socks5://user:pass@host:port
, for SOCKSv4 it might be socks4://
, but this is untested.
pdostal commented
It works as you said. Thank you 😄