updates on README.md
This commit is contained in:
parent
52df61cbd4
commit
898efdbad5
@ -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)
|
||||||
* ...
|
* ...
|
||||||
|
Loading…
Reference in New Issue
Block a user