Open ajtatum opened 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.
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.
Is there any proxy support, specifically on a per feed basis? Basically to get around Cloudflare...