linux:sistemaoperativo:proxy
**¡Esta es una revisión vieja del documento!**
consola
export http_proxy=http://proxy.fqdn.ar:3128 export https_proxy=http://proxy.fqdn.ar:3128 export no_proxy=localhost,127.0.0.0/8,.dominio.com,.dominio.ar
para todo el servidor: /etc/environment
http_proxy=http://proxy.fqdn.ar:3128 https_proxy=http://proxy.fqdn.ar:3128 no_proxy=localhost,127.0.0.0/8,.dominio.com,.dominio.ar,192.168.0.0/16
apt: en configs/apt/apt.conf.d/01proxy
Acquire::http::Proxy "http://proxy.fqdn.ar:3128"; Acquire::http::Proxy::deb.fqdn.ar "DIRECT"; Acquire::http::Proxy::mirror.fqdn.ar "DIRECT";
linux/sistemaoperativo/proxy.1614866511.txt.gz · Última modificación: 2021/03/04 14:01 por grillo