thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.81k stars 352 forks source link

Socks proxy #767

Closed pdostal closed 11 months ago

pdostal commented 1 year ago

Hello,

first of all, thank you for awesome product!

Would it be possible use urlwatcher with SOCKSv4 proxy?

Thanks a lot!

thp commented 1 year ago

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 11 months ago

It works as you said. Thank you :smile:

thp commented 11 months ago

Documentation improved in #768, thanks!