From 576862834f77cfa9827f6831b47817f0d703dcf2 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 19 May 2025 19:17:40 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-19 19:17:40 --- content/page/homelab/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index 9cddd1f..1b1373d 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -159,8 +159,8 @@ Each VLAN has its own DHCP pool managed by OPNsense, excepted the Heartbeat and #### DNS DNS is structured in two layers within OPNsense: -- ADguard Home (Port 53): filters ads and trackers, serves every client on the network -- Unbound DNS (Port 5353): acts as recursive DNS, serves only locally the ADguard Home service +- ADguard Home: ads and trackers filters, serves every client on the network over plain DNS on port 53 +- Unbound DNS: recursive DNS, serves only locally the ADguard Home service, the upstream i This setup balances privacy, performance, and control over DNS traffic.