| Summary: | URLFilter should delete obsolete blacklists when they are updated | ||
|---|---|---|---|
| Product: | IPFire | Reporter: | lucatrv <lucatrv> |
| Component: | --- | Assignee: | Stefan Schantl <stefan.schantl> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | Major Usability | ||
| Priority: | - Unknown - | CC: | adolf.belka, daniel.weismueller, michael.tremer |
| Version: | 2 | ||
| Hardware: | all | ||
| OS: | All | ||
|
Description
lucatrv
2025-02-13 22:17:48 UTC
I would like to add some thoughts to my previous post. Maybe some users would like to keep blacklists from more than one source. To make this possible, URLFilter would need to be updated to support up to X sources (for instance X = 3). The WebGUI should then have 3 configuration fields available, each one supporting a source URL and an automatic update schedule. Then within `/var/ipfire/urlfilter/blacklists/` the following folders should be created: custom source1 source2 source3 Every time a source is updated, the relative folder should be synced with the upstream repository, deleting obsolete blacklists. This would be the most flexible and practical solution. As this bug is related to IPFire-2.x then the component should always be --- as per the IPFire bug reporting documentation. *** Bug 13944 has been marked as a duplicate of this bug. *** At this point in time, we are not looking to support more than one provider at the same time. This would be a lot of work to implement and have too little benefit. We just need to cleanup everything in the directory except the custom directory. That can be implemented with a simple find command. I agree, especially now that DBL is coming. So my second post should be neglected. Has been merged into CU200 Testing |