disclaimer, this is a rant
as the title says, my goddamn adblocker on chrome has started to show popups that advertise their vpn. the hell?! if your going to show me ads yourself, why the hell do i need you? im so confused.
[link] [comments]
disclaimer, this is a rant
as the title says, my goddamn adblocker on chrome has started to show popups that advertise their vpn. the hell?! if your going to show me ads yourself, why the hell do i need you? im so confused.
| I got tired of running a Pi-hole + unbound sidecar just to get encrypted upstream DNS (DoT), so I forked pi-hole/FTL and added native DNS-over-TLS support directly into the resolver (mbedTLS is already linked in for the web server, so I reused it). The result is pihole-dot a drop-in Pi-hole image with DoT built in. What it is: - Architecture: each upstream server gets a small pool of pipelined TCP+TLS connections (RFC 7766-style multiple queries in flight per connection, demultiplexed by DNS transaction ID), instead of one query at a time per connection. Screenshot from my own router running pihole-dot right now config is a normal, unlocked Pi-hole DNS Settings page Docker Hub: https://hub.docker.com/r/ismkdc/pihole-dot Repos: - https://github.com/ismkdc/FTL-DoT - https://github.com/ismkdc/docker-pihole-dot [link] [comments] |