ryrun
June 16, 2020, 6:46pm
1
Is there a easy way to disable each blocklist, which are not accessible anymore? Mainly 404 errors?
I'm using current stable 5.0 version.
jfb
June 16, 2020, 7:23pm
2
Look at the output of pihole -g
and delete those blocklists which are not available.
ryrun
June 17, 2020, 6:27pm
3
Yep, thats a workaround. Would be nice, when the latest status would be visible on page "Adlist group management". Then it would be easier to cleanup the list.
jfb
June 17, 2020, 6:40pm
5
That's a different feature than the title of your request - "Auto disable block lists, which are not accessible anymore"
ryrun
June 17, 2020, 6:45pm
6
Got this idea, after your tip with pihole -g. Should i change the thread title or post a feature request?
jfb
June 17, 2020, 7:31pm
7
Change the title and I will make this post a feature request.
Implemented by
pi-hole:devel
← pi-hole:new/gravity_adlist_infos
opened 07:11AM - 28 Dec 20 UTC
**By submitting this pull request, I confirm the following:**
- [X] I have r… ead and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md), as well as this entire template.
- [X] I have made only one major change in my proposed changes.
- [X] I have commented my proposed changes within the code.
- [X] I have tested my proposed changes, and have included unit tests where possible.
- [X] I am willing to help maintain this change if there are issues with it later.
- [X] I give this submission freely and claim no ownership.
- [X] It is compatible with the [EUPL 1.2 license](https://opensource.org/licenses/EUPL-1.1)
- [X] I have squashed any insignificant commits. ([`git rebase`](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html))
---
**What does this PR aim to accomplish?:**
Add more details to adlist table, exemplary screenshots:
![Screenshot from 2020-12-31 11-23-40](https://user-images.githubusercontent.com/16748619/103406699-ec177700-4b5b-11eb-8ecd-9bc1e4e50890.png)
Local lists do not get a link as they are not available for distant clients:
![Screenshot from 2020-12-31 11-23-50](https://user-images.githubusercontent.com/16748619/103406701-ee79d100-4b5b-11eb-9f11-c19becef3866.png)
**How does this PR accomplish the above?:**
Parse new data in the `gravity.db:adlist` table stored there by https://github.com/pi-hole/pi-hole/pull/3951
**What documentation changes (if any) are needed to support this PR?:**
None
and released with Pi-hole FTL v5.8, Web v5.5 and Core v5.3 released