diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:23 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:23 +0000 |
commit | b98f285980c3c2701539e196993ead268141aaeb (patch) | |
tree | 3e3859db916e6f9b3d56b341b91a2836ff5b4d51 /doc/examples/apt.conf | |
parent | 769f7e1ae907a499199c1f7a34124c1770f37176 (diff) |
Almost done now
Author: jgg
Date: 1998-11-11 06:54:13 GMT
Almost done now
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r-- | doc/examples/apt.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 5c0743959..2519fa2ae 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.10 1998/11/11 06:09:34 jgg Exp $ +// $Id: apt.conf,v 1.11 1998/11/11 06:54:18 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. @@ -40,6 +40,7 @@ Acquire /* http { Proxy "http://127.0.0.1:3128"; + Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting };*/ }; |