jacklul / pihole-updatelists

Update Pi-hole's lists from remote sources easily
MIT License
1.39k stars 81 forks source link

[Feature request] Automatically create group_ids in Pi-hole if they don't exist #149

Closed m319 closed 5 months ago

m319 commented 5 months ago

When pihole-updatelists runs, have the option of it creating the group_ids listed in the config file if they don't already exist in the gravity database.

jacklul commented 5 months ago

This will break database integrity, the group table has ID set to be incremental value.