diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:18 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:18 +0000 |
commit | 22380cf29ad19ff24f801a7e22635ffea79562e9 (patch) | |
tree | 6d486edc656cfa2971408a84fed110e4a82ad3c4 /doc/examples | |
parent | 492f957ad42ce5eee7e26f3edd5789af296b7460 (diff) |
Updated config file
Author: jgg
Date: 1998-11-04 23:22:24 GMT
Updated config file
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index bbc3c7ea4..2fd962c7f 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.7 1998/10/30 07:53:50 jgg Exp $ +// $Id: apt.conf,v 1.8 1998/11/04 23:22:24 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -36,6 +36,11 @@ APT { Acquire { Queue-Mode "access"; // host|access + + http + { + Proxy "http://127.0.0.1:3128"; + }; }; // Directory layout |