etc/apt-conf.d/90local: Use local proxy.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 20 Sep 2019 10:13:40 +0000 (11:13 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 20 Sep 2019 10:13:40 +0000 (11:13 +0100)
etc/apt-conf.d/90local

index d69c64c..d3febb3 100644 (file)
@@ -1,5 +1,5 @@
 ### -*-conf-*-
 
 Acquire {
-       http::Proxy "http://universe.distorted.org.uk:3142/";
+       http::Proxy "http://localhost:3142/";
 }