From 7818f06097ddc19609d8383e4218c89b80fc4258 Mon Sep 17 00:00:00 2001 From: Tim Sutton <tim@linfiniti.com> Date: Mon, 13 Oct 2014 15:06:17 +0800 Subject: [PATCH] Commented out apt-cache proxy --- 71-apt-cacher-ng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/71-apt-cacher-ng b/71-apt-cacher-ng index 12c66d3..30cbc19 100644 --- a/71-apt-cacher-ng +++ b/71-apt-cacher-ng @@ -1,2 +1,2 @@ -Acquire::http { Proxy "http://192.168.2.9:3142"; }; +#Acquire::http { Proxy "http://192.168.2.9:3142"; }; #Acquire::http { Proxy "http://192.168.0.13:3142"; }; -- Gitblit v0.0.0-SNAPSHOT