Pihole -g doesn't update with new adlist

Expected Behaviour:

I updated /etc/adlist.list with additional adlist entries.
pihole -g should update with new adlist entries

Actual Behaviour:

pihole -g only update gravity with the installed default 4 adlists

Debug Token:

https://tricorder.pi-hole.net/hhd6g7lnx6

Per the 5.0 announce post, list files are no longer used/monitored (except in the initial migration from list to database)

You can add the lists via the web interface by copy-pasting a list of lists into the following box:

At the moment the only way to do this on the command line is to manually write out the SQL commands to insert them into the adlist table of gravity.db

How do I enter a list of lists?

I tried separated the URLs with comma, and received "invalid URL" error message

you should just be able to copy-paste a list like this:

https://list1.com
https://list2.com
https://list3.com

into that text box. The text box takes space-separated (at the time of writing) entries, but will convert line breaks in a paste to spaces.

in their defense, we do show commas in the example in the entry box. We should probably clean this up:

image

2 Likes

Indeed hence the (at the time of writing) :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.