Remix.run Logo
tyre 4 hours ago

Yes. I bought a Samsung TV and there isn’t a way to set up Art Mode without the internet. So first you have to get a raspberry pi, install pi hole, then switch your router’s DNS.

What a wild experience 2026 is. But I do feel like a wizard.

walrus01 3 hours ago | parent | next [-]

You don't need an actual physical raspberry pi to temporarily run pihole on your LAN, you can, for instance, install a barebones debian VM inside any common hypervisor on your laptop like virtualbox or qemu, then install pihole on that basic debian x86-64 system.

3 hours ago | parent [-]
[deleted]
entropie 3 hours ago | parent | prev | next [-]

They might hardcode DNS. It's not certain that this will work.

slau 3 hours ago | parent | next [-]

This is why I’m a bit conflicted about DoH and ODoH. Firefox and Chrome have defaulted to DoH for years if I’m not mistaken (although I’m in Europe so I believe my FF still uses regular DNS instead of DoH by default).

This also means that DoH effectively sends all your queries to CloudFlare on FF. Chrome is slightly smarter and tries to map your DNS provider to a DoH implementation if known.

TeMPOraL 31 minutes ago | parent | next [-]

That's why I'm not a fan of DoH or certificate pinning. Those are tools of control.

tkel 3 hours ago | parent | prev [-]

I have my router set with iptables rules to block/redirect all port 53 and you can also add known DoH to a blocklist to try and force LAN devices to use your router DNS.

lodovic an hour ago | parent [-]

I have a separate lan for untrusted devices, I only use whitelisting. No public DNS for these devices.

Jnr 28 minutes ago | parent | prev | next [-]

I block known DoH servers on my lan and forward all dns requests to my dns server.

CyberDildonics 3 hours ago | parent | prev [-]

You can intercept normal DNS with iptables rules.

The best way to deal with a TV you don't trust is what no one wants to hear.

Open up the back and disconnect the wifi antenna. It is easy to open them up and everything is pretty simple and obvious once you do.

drnick1 an hour ago | parent [-]

> Open up the back and disconnect the wifi antenna.

Upvoted. This is precisely the kind of thing I expect to read on HN.

drnick1 an hour ago | parent | prev [-]

> So first you have to get a raspberry pi, install pi hole, then switch your router’s DNS.

This does not provide any meaningful protection against data exfiltration. The TV is very possibly using public DNS or outright phoning home through stable IPs.