anudeepND / whitelist

A simple tool to add commonly white listed domains to your Pi-Hole setup.
MIT License
4.18k stars 281 forks source link

Only supports default group #179

Closed spacepost closed 3 years ago

spacepost commented 3 years ago

The group id appears to be hard coded to 1 in the sql file. It would be nice if group name or id could be supplied as a parameter to the install.

anudeepND commented 3 years ago

The 1 means that the domain is enabled, Pi-hole docs has some information about the database. But it would be nice if we can use the Group management, I will think about how to implement it

mwoolweaver commented 3 years ago

I will think about how to implement it

@anudeepND I think I have this figured out. Will submit a P/R that accomplishes this soon.