<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/14/2014 12:37 PM, Mirza Dedic
      wrote:<br>
    </div>
    <blockquote cite="mid:BAY181-W74A0085867394B1608E8A2F0AD0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Just curious, what are some of you doing in your
        Squid environment as far as URL filtering goes? <span
          style="font-size: 12pt;">It seems there are a few options out
          there.. squidguard... dansguardian.. plain block lists.</span>
        <div><br>
        </div>
        <div>What is the best practice to implement some sort of block
          list into squid? I've found urlblacklist.com that has a pretty
          good broken down URL block list by category, what would be the
          best way to go.. use dansguardian with this list or set it up
          in squid.conf as an "acl dstdomain" and feed in the block list
          file without calling an external helper application?</div>
        <div><br>
        </div>
        <div>Thanks.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
squid-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a>
</pre>
    </blockquote>
    <br>
    We have used dansguardian before, but there is a newer updated
    "fork" by some of the original crew called "e2guardian" that can
    also handle some SSL urls via blacklisting (as long as squid is also
    setup with ssl-bump in 3.4.x). <br>
    Otherwise within squid itself, the dstdomain and regex_dstdomain
    acls are an option, but that does not provide much for filtering
    content of the websites themselves.<br>
    <br>
    <br>
    Mike<br>
  </body>
</html>