You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add explicit HTTP proxy support for AUR requests
Add Proxy and NoProxy configuration options for paru's HTTP requests
to the AUR. This addresses issues where automatic proxy detection via
environment variables (HTTP_PROXY/HTTPS_PROXY) fails with reqwest.
Supported proxy schemes: http://, https://, socks5://
This only affects paru's direct HTTP requests (RPC queries,
packages.gz, PKGBUILDs). Git clone/fetch operations and pacman
downloads use their respective separate proxy configuration.
Closes#1473
Signed-off-by: Josephine Pfeiffer <hi@josie.lol>
0 commit comments