Temat: debian proxy


Temat: debian proxy
Data: 2021-06-28
Treść:
Ustawienie proxy w debian polega na dodaniu w pliku /etc/profile.d/proxy.sh wpisów:
 
export ftp_proxy=ftp://user:password@host:port
export http_proxy=http://user:password@host:port
export https_proxy=https://user:password@host:port
export socks_proxy=https://user:password@host:port
Natomiast dla apt dodajemy w pliku /etc/apt/apt.conf.d/99HttpProxy taki wpis:
 
Acquire::http::Proxy "http://user:password@host:port";
<< Powrót <<

powered by sw