Live data from Hacker News

Remove almost all online garbage using Dnsmasq

github.com

11–20 of 63 posts

Re: Remove almost all online garbage using Dnsmasq

#11
post #10

If tunneled DNS becomes prevalent, these hostname/domain approaches won't work. So it'll come down to blocking at IP level. And that will likely be harder.

That doesn't really have anything to do with the tunneling of DNS. Authentication + ignoring the local resolver do.

Re: Remove almost all online garbage using Dnsmasq

#12
post #10

If tunneled DNS becomes prevalent, these hostname/domain approaches won't work. So it'll come down to blocking at IP level. And that will likely be harder.

That doesn't really have anything to do with the tunneling of DNS. Authentication + ignoring the local resolver do.

I mean it’s not really the fact that it’s hard coded. On my network I redirect all DNS traffic to my local resolver. Doesn’t matter if an app tries to hit 8.8.8.8 or whatever.

The bit that will prevent me from pulling this trick in the future is the fact that it’s encrypted.

Re: Remove almost all online garbage using Dnsmasq

#14
post #12

Earlier quoted context omitted.

That doesn't really have anything to do with the tunneling of DNS. Authentication + ignoring the local resolver do.

I mean it’s not really the fact that it’s hard coded. On my network I redirect all DNS traffic to my local resolver. Doesn’t matter if an app tries to hit 8.8.8.8 or whatever. The bit that will prevent me from pulling this trick in the future is the fact that it’s encrypted.

I meant hardcoded authenticated DNS i.e. something you can't just blind redirect or configure the destination of. Reworded to say hardcoded while ignoring the local resolver for clarity.

Encryption is technically the hard wall of "technically infeasible" but I say authentication because at that point you start getting massive delays in things being operationally feasible since you're waiting for things to give up on resolving rather than signaling it's unresolvable/a bogus location.

Re: Remove almost all online garbage using Dnsmasq

#19
post #18

I've been using privoxy forever, along with 255.255.255.255 entries in /etc/hosts for domains I want to block. Not sure what using dnsmasq would buy me over this setup.

Works on all devices, including mobile phones and tablets.

* Connected to wifi with installed dnsmasq

* * If device do not use public (like 1.1.1.1) or custom DNS

Post reply on HN