Merge remote-tracking branch 'origin/master'

This commit is contained in:
Paul 2016-02-24 19:21:28 +01:00
commit 7edb824b04

View File

@ -2,9 +2,9 @@
Squid helper handling squidguard blacklists written in python Squid helper handling squidguard blacklists written in python
* Only supports domains blacklists actually (ie : google.com, www.google.com, mail.google.com, etc.) * Only supports domains blacklists actually (ie : google.com, www.google.com, mail.google.com, etc.)
* In config specified blacklists are loaded in RAM or CDB backend using https://github.com/acg/python-cdb (testing flavour is available) * In config specified blacklists are loaded in RAM or CDB backend using https://github.com/acg/python-cdb
* Usable as an external acl plugin of squid * Usable as an external acl plugin of squid
* Written because of poor developpement on squidguard and bad support of blacklists files using squid3 * Written because of poor developpement on squidguard and some issues using blacklists on squid3
## Usage ## Usage
@ -36,7 +36,7 @@ db_backend = "ram"
* Compatibility with python3 only * Compatibility with python3 only
* Filters for regex urls * Filters for regex urls
* Reduce memory footprint (wip with CDB backend alternative) * Reduce memory footprint (wip with CDB backend alternative)
* Code optimisation (wip) * Code optimisation and cleaning (wip)
* Object oriented programming (wip) * Object oriented programming (wip)
* Tests (wip) * Tests (wip)
* ... * ...