Ajout Proxy

Il faut mettre le script sous /etc/profile.d/proxy.sh 
 

PROXY_URL=http://adresseip:port/
export http_proxy="$PROXY_URL"
export https_proxy="$PROXY_URL"
export ftp_proxy="$PROXY_URL"
export no_proxy="127.0.0.1,localhost"

 
Puis il faut exécuter : 

source /etc/profile.d/proxy.sh


Revision #2
Created 31 October 2024 18:26:40 by Cavallone
Updated 19 November 2024 16:43:11 by Cavallone