pihole-updatelists icon indicating copy to clipboard operation
pihole-updatelists copied to clipboard

Update Pi-hole's lists from remote sources easily

Results 8 pihole-updatelists issues
Sort by recently updated
recently updated
newest added

Removed adlists remain enabled for me, but pihole-updatelists is claiming that they're disabled. For example: ``` SQL Query: SELECT * FROM `adlist` WHERE `enabled` = 1 AND `comment` LIKE "%Managed...

To do after completing #51

documentation
enhancement

When using the sample docker-compose it seems the custom configuration you set up in ./etc-pihole-updatelists/pihole-updatelists.conf are not being utilized. **Steps to reproduce:** - set contents of docker-compose.ym ``` version: "3"...

When creating custom docker, no no files get created in the mapped /etc/updatelists folder (where within the docker container there is no files within /etc/pihole-updatelists. The docker log shows this...

Hi, Just wondering, is pihole-updatelists already compatible with Pi-Hole Beta V6? Thx

Been trying to configure pihole now for a couple of days and it seems to be working ok (though I can't really get the "DeveloperDan's" list to work (but that's...

Hello, it seems that the script doesnt check if an entry for a certain domain is already defined. How can I enable this behaviour? There should be a running mode...

I had to do the following two workarounds in order to successfully run it on Arch Linux: 1. `sudo pihole-updatelists` assumes that the directory `/etc/bash_completion.d` already exists. I had to...