delete acl rule

Hi,

I have a PiHole on a raspberry Pi 4, and I am a total beginner at all this.
I have set an acl rule by mistake that is blocking me the access to the pihole web interface. is there a command line I can use to telete the acl rules?

thanks,

best regards,

Jason

Please elaborate. What software set this ACL rule?

Also, please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:

pihole -d

or if you run your Pi-hole as a Docker container:

docker exec -it <pihole-container-name-or-id> pihole -d

where you substitute <pihole-container-name-or-id> as required.

Hi jfb,
Thanks for your reply, my PiHole is installed on raspberryPi OS, on a raspberryPi4.

I didn't know the sudo pihole -d debug command, and it helped me a lot.
I found the webserver acl line that was the issue and did this to delete it:
sudo pihole-FTL --config webserver.acl ""
Now i got back the access to my pihole web page