-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Unbound stats? #363
Comments
This request comes up from time to time but I see little chance of implementation. The overhead for implementing this is to big: we need to check if users run |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
There seems to be a lot of guides out there pointing to this type if setup (Pihole + Unbound) when users do not want to rely on external DNS servers and want to run local DNS servers. Almost every guide I saw talks about enabling stats for Unbound. This is the reason I asked this, as I use the external DNS as forwarders, but run Unbound locally behind my Pihole (on the same RP4 box). Either way, let me know if there's a possibility that you may pick this up at some point. Thank you! |
One up on this. Ever since I started using Pihole, I also chose the provided guide to install and configure Unbound with it. It would be really nice to see that integrated into the script. |
Is your feature request related to a problem? Please describe.
So like lots of people out there, I've been using PiHole with Unbound DNS server. I have grabbed a very elegant solution to adding Unbound stats to PADD from this source: https://giuliomagnifico.medium.com/add-unbound-stats-to-padd-for-pi-hole-38b2ea87db2b and everything worked like a charm I see that since the version of PADD I'm running, which is 3.6.7, a lot has changed, and it looks like simply copying and pasting the right code from the link above will not simply add Unbound stats where needed. It would be awesome to have a version of the PADD script that it tailored towards those that run PiHole with Unbound.
Describe the solution you'd like
Add Unbound stats to script using the following code or something better that would yield the same results:
This is located in the PrintNetworkInformation function in my version of the script.
Describe alternatives you've considered
I haven't looked at any alternatives as I haven't found anyhting better than PADD.
Additional context
Attaching complete version of my customized padd script.
padd-unb.txt
THANK YOU IN ADVANCE!!! This is an amazing piece of code that does help a lot in running PiHole effectively!
The text was updated successfully, but these errors were encountered: