feedpushr icon indicating copy to clipboard operation
feedpushr copied to clipboard

Proxy support?

Open ajtatum opened this issue 1 year ago • 2 comments

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

ajtatum avatar Jun 04 '23 02:06 ajtatum

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.

ajtatum avatar Jun 07 '23 00:06 ajtatum

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.

ncarlier avatar Jun 07 '23 06:06 ncarlier