Blacklist doen't work

Please follow the below template, it will help us to help you!

If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx instead of lighttpd, or there is some other aspect of your install that is customised) - please use the Community Help category.

Using a running NGINX fully updated with php7.4

Expected Behaviour:

adding an url (google.nl) to the block list using the admin panel

Actual Behaviour:

Error, something went wrong!
same with the whitelist

Debug Token:

https://tricorder.pi-hole.net/6JmePiHH/

what am i missing?

Minor correction - this is a domain, not a URL.

NGINX is not a supported web server. There is an unofficial user guide for setting up nginx with Pi-hole:

https://docs.pi-hole.net/guides/webserver/nginx/

You can directly add domains to the white or blacklist from the terminal. From man pihole on the terminal:

       -w, whitelist [options] [<domain1> <domain2 ...>]
           Adds or removes specified domain or domains to the Whitelist

       -b, blacklist [options] [<domain1> <domain2 ...>]
           Adds or removes specified domain or domains to the blacklist

url and domain is completely correct. sorry for the typo. I'm gonna try the unofficial user guide for " The php7.3-sqlite3 package must be installed otherwise Networking and Querying will throw an error that it can't access the database."
Than sounds plausible for some functions not working

Thank you for the fast response!

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