After running there are two errors in redrun dmesg and check what is happening
1.. Unable to determine no of FBs. Disabling d river
2.. Under_viltage detected (0x00050005)
After running there are two errors in redrun dmesg and check what is happening
You can ignore those, use a good power supply i.e. 2A 5V , time for you to checkAfter running there are two errors in red
1.. Unable to determine no of FBs. Disabling d river
2.. Under_viltage detected (0x00050005)
journalctl
Try clearing the pihole logs if you don't need themFound error in my case, inside the router, Google's DNS (8.8.8.8) was set as Secondary DNS. Removed it and rebooted the router, and it's working better now. But m facing a new problem, I'm unable to update my Pihole as it says No more space on Disk. My Pi is still running off of a 16 GB SD card. How can I clean it up? There is no bloatware, and have removed a lot of apps already.
This is true. I have enabled DNS over HTTPS and my Firefox and Chrome DNS queries never get logged in my Pi-hole. I wanted to add DoH support for my Pi-hole but then I don't know how to manually change Firefox's DoH, and it would become messy with bare metal installs, I should have dockerized it, but it's running on a Pi Zero W (which I got for 1.3k during this time of global chip shortage), so can't complain.However, Fresh Tomato says that Adblock doens't work with DoH (DNS over https) and other Encrypted DNS lookups. Could that be an issue?
Would suggest reading up their documentation and FAQsHave always wanted to setup a pi-hole but have been concerned about latency / speed deteriorating and having something unnecessarily blocked
Also is a pi zero W enough or would getting a more powerful one make any difference in performance (just for the pi-hole)
Pi-hole is just a DNS server and has nothing to do with actual internet data transfer or routing so it cannot affect your usual internet speeds at all.Have always wanted to setup a pi-hole but have been concerned about latency / speed deteriorating and having something unnecessarily blocked
Pi-hole is just a DNS server and has nothing to do with actual internet data transfer or routing so it cannot affect your usual internet speeds at all.
Yes, you might think of it in that way because the very first query for a domain name will go to pi-hole for parsing and filtering but consider it this way that if until now it used to go to a third-party server which obviously would take a few milliseconds to respond, after letting pi-hole do that job on your local network it would be much much faster since now it doesn't have to leave your local network (if you use it with unbound) else even if you set upstream DNS on pi-hole it will be the same because ping/response time in local network is <1ms and to reach the third-party DNS it would be still the same what you had earlier.
As for getting something unnecessarily blocked. you'd have to try yourself. Don't use too many lists from a lot of places so you won't find this an issue. So there's nothing to worry about.
View attachment 129093
I have the above setup and have no issues across 15+ devices used for all kinds of stuff. I do have a whitelist of 200+ address but I added only around 10+ domains to an already curated whitelist.
Pi Hole takes time only for new/first time DNS requests.Have always wanted to setup a pi-hole but have been concerned about latency / speed deteriorating and having something unnecessarily blocked
Also is a pi zero W enough or would getting a more powerful one make any difference in performance (just for the pi-hole)
I have noticed in later versions, that android will use google dns and not care two hoots about pihole or adblock for that matter. We can (force) use of pihole for entire network by using a NAT redirect from firewall/router or as i discovered it works better with pihole+stubby+next dns and so called **private dns** settings in android.. Benifit is that the android phone benefits from the blocking even when I am **not** connected to my wifi and using ISP/4G. Stubby ensures all (upstream) DNS queries are encrypypted. I do agree we could also do this with adblock+stubby+openwrt, provided the router has sufficent memory and cpu.honestly, its good however a pi is not doing anything much you can do with a very powerful router with ad block, plus some always on vpns on devices. pi is great for home wifi, same devices on 4g will be hit the moment you switch over from wifi to mobile data.
Can you share your blocklists (and whitelist) pleasePi-hole is just a DNS server and has nothing to do with actual internet data transfer or routing so it cannot affect your usual internet speeds at all.
Yes, you might think of it in that way because the very first query for a domain name will go to pi-hole for parsing and filtering but consider it this way that if until now it used to go to a third-party server which obviously would take a few milliseconds to respond, after letting pi-hole do that job on your local network it would be much much faster since now it doesn't have to leave your local network (if you use it with unbound) else even if you set upstream DNS on pi-hole it will be the same because ping/response time in local network is <1ms and to reach the third-party DNS it would be still the same what you had earlier.
As for getting something unnecessarily blocked. you'd have to try yourself. Don't use too many lists from a lot of places so you won't find this an issue. So there's nothing to worry about.
View attachment 129093
I have the above setup and have no issues across 15+ devices used for all kinds of stuff. I do have a whitelist of 200+ address but I added only around 10+ domains to an already curated whitelist.
PFA.Can you share your blocklists (and whitelist) please
I have noticed in later versions, that android will use google dns and not care two hoots about pihole or adblock for that matter. We can (force) use of pihole for entire network by using a NAT redirect from firewall/router or as i discovered it works better with pihole+stubby+next dns and so called **private dns** settings in android.. Benifit is that the android phone benefits from the blocking even when I am **not** connected to my wifi and using ISP/4G. Stubby ensures all (upstream) DNS queries are encrypypted. I do agree we could also do this with adblock+stubby+openwrt, provided the router has sufficent memory and cpu.
Only pihole, otherwise you don't know when a device switches to secondary DNS and starts getting ads. You don't want that.should I have a secondary DNS mentioned in my router's dhcp dns settings or only the pihole's ip?
Yes, if you have another secondary pihole with same configuration for fail-over.should I have a secondary DNS mentioned in my router's dhcp dns settings or only the pihole's ip?
thanks. i've removed the secondary dns. was set to cloudflare 1.1.1.1Only pihole, otherwise you don't know when a device switches to secondary DNS and starts getting ads. You don't want that.
This assumes that your Pihole server will be up 24x7 (and it should be), if not you'll lose internet access.