Hi,

I use squid in a similar environment too and have
learnt in  comp.protocols.dns.bind  that forwarders are evil.
Remove that line from your named.conf.

I also used adzap (and before - squeezeball) to
filter out ads for my home network hanging on ADSL

But then I stopped doing that and just installed the Adblock
extension on all my Firefox installations (both OpenBSD and Win).
Adblock just lets you block more stuff than just images and adding
new block rules is easy (you can export and reuse them too)

Also I had DNS problems for the zaps-images used by AdZap -
check if maybe that is the reason for your slowliness as well.
I had them on my internal web server, but the ServerName on
that web server was wrong. That slowed all my browsing down

Regards
Alex

On 1/27/06, Kiraly Zoltan <[EMAIL PROTECTED]> wrote:
> I have an OpenBSD gateway which share the Internet and use Squid.
> Squid proxy work transparent, OpenBSD PF allow this thing :
>
> rdr pass on fxp0 proto tcp to port www -> 127.0.0.1 port 3128
>
> I use Squid to filter web content like ad and pop-up (adzaper), I don't
> use Squid for cache.
>
> The problem is, when i use Squid  many webpage open slow, for example
> sometimes i wait much in Firefox at "Waiting for www.pagexy.com..."
> message. Without Squid all page open faster.
>
> I use named on gateway. I have this settings in /var/named/etc/named.conf
>
> acl clients {
>         192.168.10.0/24;
>         ::1;
> };
>
> options {
>         forward only;
>         forwarders { 193.231.249.1; };
>         version "";     // remove this to allow version queries

Reply via email to