Re: [Dproxy-devel] dproxy 1.x
Brought to you by:
mattpratt
From: jeroen <pe...@ch...> - 2000-02-09 21:19:00
|
Andreas Hofmeister wrote: > > > > Maybe it is an idea to add a keyword search to it??? e.g. *xxx in the > > deny file would cause all domains with 'xxx' to get rejected? > > Thats already in, dproxy tries to match the strings from 'dproxy.deny' > with the > end of a hostname, so a query for 'a.b.c' will be blocked by a > 'dproxy.deny' line like 'b.c' - btw. this would also block x.yb.c' -> > all domain names in the deny file should have a dot as first char. I know that's in, I wrote that part, but if you have 'hundreds' of sites you want to block this might be a little more effective for reducing the size of this file. (I think a firewall rule might be a better place for this kind of thing.) > > Ciao > Andreas Grtz, Jeroen |