[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configuring APT on Local Network



On Fri, Dec 05, 2003 at 06:42:57PM -0500, John Dey wrote:
> I am looking for help from someone that could share with me their
> apt.conf file that has been set up to use a proxy server.

From the default fedora.us apt package's apt.conf:

  Acquire
  {
    Retries "1";
    http::User-Agent "Fedora APT-HTTP/1.3";
    // http::Proxy "http://user:password@proxy-server.domain.tld:port/";
    // http::Proxy "http://proxy-server.domain.tld:port/";
  };

("//" starts a comment.)

Steve
-- 
steve@silug.org           | Southern Illinois Linux Users Group
(618)398-7360             | See web site for meeting details.
Steven Pritchard          | http://www.silug.org/

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.