Re: do you know any free proxy server?
Roderick Cummings wrote:
>
> >From: ktb <ktb@nixnotes.org>
> >Reply-To: ktb@nixnotes.org
> >To: debian-user@lists.debian.org
> >Subject: Re: do you know any free proxy server?
> >Date: Sat, 9 Jun 2001 17:44:07 -0500
> >
> >On Sun, Jun 10, 2001 at 06:21:30AM +0000, softguy@citiz.net wrote:
> >
> >I'm assuming www -
> >squid
> >
> >You could easily search yourself at -
> >http://www.debian.org/distrib/packages
> >
> >Search for "proxy" and select "Descriptions"
> >hth,
> >kent
> >
> >--
> > From seeing and seeing the seeing has become so exhausted
> > First line of "The Panther" - R. M. Rilke
> >
> >
> >
> >--
> >To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> >with a subject of "unsubscribe". Trouble? Contact
> >listmaster@lists.debian.org
> >
>
> What about ftp? I would like to point apt to something local to reduce the
> burden on *.debian.org, but I think setting up a mirror would be overkill
> that would waste even more of debian's bandwidth.
just switch the apt to do http transfers, this is from my
/etc/apt/apt.conf (you might want to tweak it a bit, not sure how
optimal it is):
http {
Proxy "http://127.0.0.1:3128";
//Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting
Timeout "120";
Pipeline-Depth "5";
// Cache Control. Note these do not work with Squid 2.0.2
//No-Cache "false";
//Max-Age "86400"; // 1 Day age on index files
//No-Store "false"; // Prevent the cache from storing archives
};
erik
Reply to: