@HypnoToad Not as an option in Pi-hole.
The easy workaround would be: Just give that specific device different DNS servers manually.
Did you get this working? Iām trying the exact same thing. Other add-ons do work (logs viewer, idea, terminal) but the pinole proxy doesnāt seem to work with Caddy
EDIT:
I think it might have something to do with that pinole doesnāt run on https
Thanks that was worked, Iāve manually put the google DNS servers in the device I use for testing and it bypasses pihole.
I wish I had installed it sooner, itās suprising how much get blocked by pihole.
Hello,
1st of all thanks for the brilliant code for home assistant and for the add-ons.
Iāve installed the pi-hole and configured some hosts definition for all the devices in the house but unfortunately on the dashboard i still got the IP of the devices and not the hostname.
There are no issues with the logs and the configuration is ok.
Host configuration āhostsā: [
{
ānameā: āPC1ā,
āipā: ā192.168.0.6ā
},
{
ānameā: āPC2ā,
āipā: ā192.168.0.104ā
},
{
ānameā: āRouterā,
āipā: ā192.168.0.1ā
}
]
The dashboard tile for Top Clients (total) and Top Clients (blocked only) are still displaying the IP and not the hostname.
Iām not using the Pi-hole for the DHCP service because router is responsible for that.
Thanks,
Is it possible to have Pi-Hole and Adguard Home installed and used at the same time in Hassio?
Hello,
First of all, thanks for this addon, i really like the product!
I only have one question.
Installing this addon and get it working is all a piece of cake.
When i setup the ip of the raspberry as DNS server on a windows laptop it work just fine.
Later on i tried to setup pi-hole as DHCP server, but thats not working for me, it just kills my internet on the entire network after a few hours.
What i did:
- Disable DHCP on my router
- Enable DHCP on pi-hole
- Settings on Pi-hole, DNS > Enable āListen to all interfacesā
- For now everything is working fine, the adds on the Android devices are gone to, this is how it should be.
The trouble starts when i want to use internet a few hours later, i canāt connect to the wifi and i canāt connect to the my router, i canāt connect also when iām connected directly with a LAN cable.
The solution to get back online is to reset the router to factory settings againā¦
What is going wrong here?
Thanks!
EDIT: I canāt just put the DNS server in the router, thats disables by my internet providerā¦
when you connect to the router using a LAN cable while your internet doesnt work, do you still get a DHCP address?
No, i get the message āconnected without internetāā¦
Canāt connect to the router do i canāt see anything.
If you are plugging in with a LAN cable and still getting provided a DHCP address have you tried manually entering your internet service providers DNS on the network card?
Yes tried that, could connect to the router.
I think it is because of a shitty router-modem from my internet provider.
When i donāt have an internet connection my lan connection also is gone, thinking of buying a quality router myselfā¦
Sounds like thatās a good idea. I also have an average service provider router which I intend on changing out at some point.
Greetings Hass.io folk. I finally got around to adding PiHole to my HA instance. I am interested to understand if I need to worry about sd card space and management/housekeeping. Are the logs rolling or do I need to regularly purge etc?
Hi, is the implementation of ingress expected? Thank you.
Hi, I use my pihole instance (not in hassio) also as a DHCP server and I assign static IP addresses for all my devices.
I wish to move from a separate pi3 with pihole (and dhcp) to this addon
In pihole the file is in /etc/dnsmasq.d/04-pihole-static-dhcp.conf
Can I achieve the same with this addon?
If I try to add it manually in pihole web-ui (the hassio one) I receive this when I save a static IP address
There was a problem applying your settings.
Debugging information:
PHP error (2): fopen(/etc/dnsmasq.d/04-pihole-static-dhcp.conf): failed to open stream: No such file or directory in /var/www/html/admin/scripts/pi-hole/php/savesettings.php:68
Hi Everyone,
I am having trouble installing this add-on. Clicking on āInstallā within the add-on store in Hassio just gives me a red button. When checking to Hassio logs I see this error:
ERROR (SyncWorker_14) [hassio.docker.interface] Canāt install hassioaddons/pi-hole-armv7:3.0.2 -> 500 Server Error: Internal Server Error (āreadlink /mnt/data/docker/overlay2/l: invalid argumentā)
When looking through similar errors on other threads, I thought I had a more fundamental issue with my Hassio install, but all other add-ons function normally, I am able to install other add-ons, and via Glances I have checked to see that I have more than 20GB of free space on my local file system.
Does anyone know how to solve this issue? It seems pretty basic in that the Hassio supervisor cannot mount the requested docker image. Any ideas would help.
Thanks
Help! Any assistance on my above message would be very helpful. Is my only option to start fresh and restore an image???
Thanks
Hi with Pi-hole Hassio addon it is possible to switch pihole off temporarily with a url command ?
The normal version requires a simple url
http://yourpiholeipaddress/admin/api.php?disable=300&auth=PWHASH
How could I achieve the same with the hassio version?
Il need this because family sometimes need to connect to some specific website that doesnāt work if pihole is on, I wish to have a quick way to disable it momentarily
You might want to consider switching to AdGuard if you are interested in thatā¦
This got merged yesterday:
https://github.com/home-assistant/home-assistant/pull/24219
Expected to land in Home Assistant 0.95
Hello, does it exist a way to stop and start the PI-HOLE addon for example with an Automation?
Iāve tried to call āHassio.addon_startā or āHassio.addon_stopā with this parameter:
{
āaddonā: āa0d7b954_pi-holeā
}
but HASSIO returns me:
ā¦ invalid slug a0d7b954_pi-hole (try a0d7b954_pi_hole) for dictionary value @ data[āaddonā]
I tried it and it doesnāt work even with
{
āaddonā: āa0d7b954_pi_holeā
}
Thanks in advance for any clarification
best regards
I was hoping this feature would be added to Pi-Hole or Adguard. Thanks again as always.