From 74048b4d75da1d3a140c43878b2a95b306ca4a5f Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 19 May 2025 18:47:38 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-19 18:47:38 --- content/page/homelab/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/page/homelab/index.md b/content/page/homelab/index.md index e85cbed..9cddd1f 100644 --- a/content/page/homelab/index.md +++ b/content/page/homelab/index.md @@ -159,10 +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: - -- **Level 1 (Port 53):** ADguard Home filters ads and trackers, reducing network noise and providing a cleaner browsing experience. - -- **Level 2 (Port 5353):** ADguard forwards requests to **Unbound**, which caches queries and uses **DNS over TLS (DoT)** for encrypted external lookups. +- 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 This setup balances privacy, performance, and control over DNS traffic.