ncarlier / feedpushr

A simple feed aggregator daemon with sugar on top.
GNU General Public License v3.0
334 stars 25 forks source link

Proxy support? #83

Open ajtatum opened 1 year ago

ajtatum commented 1 year ago

Is there any proxy support, specifically on a per feed basis? Basically to get around Cloudflare...

ajtatum commented 1 year ago

If not, as a starting point, if I could define a SOCKS5 proxy (provided by my VPN) or an HTTP Proxy (provided by most proxy providers) for the entire app, that could work. I suppose as an alternative I could try and set this up to use a MACVLAN network so that it get's it's own IP address and make a rule in OPNsense that outgoing requests are routed through a VPN provider.

ncarlier commented 1 year ago

Hi, I think you ca simply set the HTTP_PROXY environment variable: export HTTP_PROXY="http://proxyIp:proxyPort". However it's global and not per feed basis. Maybe you can use a tool such as privproxy or something else.