RD WebDesign

Results 181 comments of RD WebDesign

Thank for the time you spent researching to find the cause of this issue. As I said before, we saw very few cases with similar **duplication** issues, but I'm not...

>The lighttpd version on my PiHole server - 1.4.55. Hmmm... Testing with different versions can lead to different results (I'm not saying you should test again. There's no need). ---...

I can't replicate the issue. Executing `dig 192.168.0.201 +adflag example.org A` the response is: ```txt ; DiG 9.11.5-P4-5.1+deb10u8-Raspbian 192.168.0.201 +adflag example.org A ;; global options: +cmd ;; Got answer: ;;...

> Is this is something to do with the lighttpd server? No. The issue is about `git` permissions on `/var/www/html/admin` directory (and you fixed it with the command above).

I think we also need to change some things in the installer and `pihole`. Reading the code, I can see the current installer (just like the uninstaller) always considers [webroot...

I tried the branch _(I know it's still a draft)_. This is the current output: ```console root@pihole:/# pihole checkout web v5.15 Please note that changing branches or tags severely alters...

Your analysis in not correct here: > https://github.com/pi-hole/AdminLTE/blob/3a11976ee8ecc50e2dd9efd76caad1ad41894dd5/scripts/pi-hole/php/func.php#L280 > effectively results in pihole -a addcustomdns 127.0.0.1 test1.local (notice neither true nor false are part of the argument for restart) When...

You need to add `&token=` to every URL. This behavior was changed last year. It was announced in [November](https://pi-hole.net/blog/2022/11/17/upcoming-changes-authentication-for-more-api-endpoints-required/) (as you already noticed) and [December Release Notes](https://pi-hole.net/blog/2022/12/21/pi-hole-ftl-v5-20-and-web-v5-18-released) (under "Pi-hole Web...

Just to make it clear: **This is a documentation error**. The behavior you saw is the correct one. The issue is on the README text not on the code.