this post was submitted on 15 Jan 2024
167 points (96.6% liked)

Selfhosted

60451 readers
912 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I've been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I'm looking to upgrade to a network blocker that will also cover the apps on my smart TV.

I run most of my self hosted services on a proxmox server, so I'd like something that'll run as an LXC container or a VM. I'm also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?

you are viewing a single comment's thread
view the rest of the comments
[–] SpaceCadet@feddit.nl 3 points 2 years ago (2 children)

Just wanted to chime in and say that with a pihole you can also have encryption if you point to a local resolver like cloudflared or unbound.

My pihole forwards everything to a cloudflared service running on 127.0.0.1:5353 to encrypt all my outgoing DNS queries, it was really easy to setup: https://docs.pi-hole.net/guides/dns/cloudflared/

[–] Gooey0210@sh.itjust.works 1 points 2 years ago (1 children)

Hold on, this is not the same encryption

The encryption i was talking about is the encryption of your dns server

The article you sent is talking about upstream dns server encryption

[–] SpaceCadet@feddit.nl 1 points 2 years ago (1 children)

The encryption i was talking about is the encryption of your dns server

You mean encryption between the client and your DNS server, on your local network?

[–] Gooey0210@sh.itjust.works 1 points 2 years ago

You can do it on your local network, but this won't make much sense

I mean encryption between your phone or laptop outside of your house, and your dns server at your house

[–] dan@upvote.au 1 points 2 years ago* (last edited 2 years ago)

That's a bunch of extra manual work though - both the initial setup, plus keeping the extra software packages up-to-date. With AdGuard Home, it's already configured to use DoH by default.