this post was submitted on 05 Oct 2024
34 points (94.7% liked)

homelab

6537 readers
1 users here now

founded 4 years ago
MODERATORS
 

Hey there, im looking into setting up a DNS Server in my Homelab, i would like something like this:

  1. Server in Docker on my Proxmox Server
  2. Server in Docker on my NAS and
  3. Server in my "Cloud" Network

Do you guys have any recommendations on how i could accomplish this? Otherwise i will just use PiHole with sync again or something like it :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 week ago (2 children)

I use pihole for its good filtering, selective filtering, statistics and logging capabilities, and technitium dns as its upstream for it's superior capability in defining dns records, and because I can use a DoH dns provider with it

[–] [email protected] 3 points 1 week ago (1 children)

Do you need dedicated hardware for pihole?

[–] [email protected] 2 points 1 week ago

you don't need to. but then for the sake of easier maintenance you want to containerize it (docker/podman), and be careful to not overload your pihole device, because then DNS service will go away or get large delays (especially if the device is overloaded with ram usage, and swaps a lot)

besides, my experience has been that swapping to USB storage on a raspberry pi is unstable enough to cause a kernel panic every few months