How to set "fetch" and "libfetch" to use socks5 by default.

As per the title, I need to make fetch and libfetch using "SOCKS5_PROXY=" automatically for all those operations where I can't set it manually!

Is that possible? How can I achieve that?

Thanks in advance... 🙏
 
I need to make fetch and libfetch using "SOCKS5_PROXY=" automatically for all those operations where I can't set it manually!
Which operations exactly had you in mind?

Setting the variable per user in the users account login shell start configuration file or global shell conf file , ~/.login_conf, or for all users globally in /etc/login.conf, would affect all fetch/libfetch operations.
 
/usr/local/etc/poudriere.conf:
Code:
# If you are using a proxy define it here:
# export HTTP_PROXY=bla
# export FTP_PROXY=bla
 
Back
Top