darold / squidguardmgr

SquidGuard Manager is a Perl CGI script used to manage SquidGuard blocklists and ACLs. It also have a GUI for SquidClamav. It support all configurations directives of SquidGuard and SquidClamav, configuration files can still be edited by hand.
http://squidguardmgr.darold.net/
Other
12 stars 5 forks source link

Allow removal/reautocreation of filters previously created by squidguardmgr #39

Closed e-gaulue closed 9 years ago

e-gaulue commented 10 years ago

This is an improvement request.

Filters created by squidguardmgr auto configuration features could go in a zone inside:

# DON'T REMOVE THIS LINE NEEDED BY SQUIDGUARDMGR : FILTERS BEGIN
dest adv {
        domainlist      adv/domains
        urllist adv/urls
}
dest aggressive {
        domainlist      aggressive/domains
        urllist aggressive/urls
}
...
dest webtv {
        domainlist      webtv/domains
        urllist webtv/urls
}
# DON'T REMOVE THIS LINE NEEDED BY SQUIDGUARDMGR : FILTERS END

This would allow users to remove them or reautocreate them with no arm to the rest of the file (except double filters name).

Regards,

darold commented 9 years ago

This won't be implemented, SquidGuardMgr need to takes full control of your configuration file, but you can always edit it by hand. SquidGuardMgr will take care of these manual changes.