Herramientas de usuario

Herramientas del sitio


linux:sistemaoperativo:proxy

Tabla de Contenidos

Proxy

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

en /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.txt · Última modificación: 2021/03/04 14:02 por grillo