From 9cf492c92f71da873978a3db06365a573799883c Mon Sep 17 00:00:00 2001 From: XTRM-Unraid Date: Sun, 25 Jan 2026 14:17:29 +0200 Subject: [PATCH] Update changelog: DNS incident resolution, MikroTik container cleanup --- docs/00-CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/00-CHANGELOG.md b/docs/00-CHANGELOG.md index d64391c..14e7609 100644 --- a/docs/00-CHANGELOG.md +++ b/docs/00-CHANGELOG.md @@ -7,6 +7,16 @@ ## 2026-01 ### 2026-01-25 +- **[INCIDENT]** DNS outage after MikroTik restart - multiple root causes fixed: + - NAT rules blocking AdGuard outbound DNS (added exception rules) + - DHCP pushing wrong DNS (8.8.8.8 → 192.168.31.1) + - NAT redirect pointing to wrong IP/port (172.17.0.5:5355 → 192.168.31.4:53) + - Asymmetric routing (added srcnat masquerade for DNS redirect) +- **[SERVICE]** Removed MikroTik AdGuard Home container (storage/overlay errors) +- **[SERVICE]** Removed MikroTik Tailscale container (root directory missing) +- **[SERVICE]** Removed Pi-hole/Unbound leftovers from MikroTik (veth, mounts, envs) +- **[NETWORK]** Consolidated DNS architecture: MikroTik → Unraid AdGuard (192.168.31.4) only +- **[DOCS]** Created incident reports in docs/incidents/ - **[DOCS]** Restructured documentation - consolidated into 5 core docs + archive - **[NETBOX]** Added shelf devices for rack organization (U9, U7, U3) @@ -59,6 +69,7 @@ Categories: - [WIRELESS] - WiFi/CAPsMAN changes - [BACKUP] - Backup configuration - [DOCS] - Major documentation changes +- [INCIDENT] - Outages and fixes ``` ---