summaryrefslogtreecommitdiff
path: root/apt/apt.conf.proxy
blob: e99c678817c7704f2005c50995ee7415489470ab (plain)
  1. Acquire::http::Proxy "http://proxy:3128/";
  2. // Acquire::http::Proxy "http://proxy:8080/";
  3. // Acquire::http::Pipeline-Depth "0";
  4. // Pre-configure all packages before they are installed.
  5. // (Automatically added by debconf.)
  6. DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};