Earlier quoted context omitted.
Finding a years abandoned Linux server on your home network m ight be a good leasson to always treat your home network as if it was compromised.
Honestly curious: how would you exploit it? If the pi isn't exposed to the www by your router, what can you do?
Pi-hole 5.0
251–254 of 254 posts
Re: Pi-hole 5.0
#252I also run their DNS53-to-DoH proxy on a small VM and that VM's IP is the first DNS server in the DNS server list included with DHCP leases (with NextDNS's public IPs as the second and third, losing host-level granularity/logging if the VM is down for whatever reason).
Re: Pi-hole 5.0
#253Earlier quoted context omitted.
I had something working a while ago for YT ad blocking in chromecast; the underlying problem there is that the chromecast is hard-coded to use Google's DNS servers (8.8.8.8, etc) instead of your networks. So you need to set up your network to intercept DNS requests to 8.8.8.8 and 8.8.4.4 and instead send these to your own ad-blocked DNS server. My network setup no longer lets me do this, and I don't care enough to ma…
Just don’t allow outbound DNS except from your pihole, and the Chromecast will use whatever DNS server you give it. Also, make sure to block UDP and TCP on port 53, as well as UDP on port 443 (Chrome snitching).
Re: Pi-hole 5.0
#254Earlier quoted context omitted.
> So this means that the ad blocker will query "definitely-not-an-ad-subdomain.dastx.me" and realize that it actually points to "terribleads.adgiant.com", right? Yeah, uBlock Origin recently added a new permission request just to allow that.
From my understanding, it only works in Firefox and not Chrome though as an FYI.