[squid-users] blocking IP address sites vs hostname

2012-02-28 Thread alexus
Hi What's the best way to 403 any site that people go via IP address instead of hostname? if someone goes to http://64.237.55.82/ vs http://alexus.org/ so if someone types in http://alexus.org/ it should work yet if someone types in http://64.237.55.82 it should not -- http://alexus.org/

Re: [squid-users] blocking IP address sites vs hostname

2012-02-28 Thread E.S. Rosenberg
As far as I always understood from the docs (but I may be wrong) any domain listed in a dstdomain list will also cover the IP associated with the domain IF the IP has that domain related to it when you do a reverse lookup on the IP. So for most big websites/domains that will usually work but small

Re: [squid-users] blocking IP address sites vs hostname

2012-02-28 Thread Amos Jeffries
On 29.02.2012 12:35, E.S. Rosenberg wrote: As far as I always understood from the docs (but I may be wrong) any domain listed in a dstdomain list will also cover the IP associated with the domain IF the IP has that domain related to it when you do a reverse lookup on the IP. So for most big