diff --git a/docs/incidents/2026-01-25-dns-outbound-blocked-after-mikrotik-restart.md b/docs/incidents/2026-01-25-dns-outbound-blocked-after-mikrotik-restart.md index 8fc3c57..bb2575f 100644 --- a/docs/incidents/2026-01-25-dns-outbound-blocked-after-mikrotik-restart.md +++ b/docs/incidents/2026-01-25-dns-outbound-blocked-after-mikrotik-restart.md @@ -160,3 +160,30 @@ to-addresses=192.168.31.4 to-ports=53 ### Verification - AdGuard container querying 192.168.31.1 → SUCCESS - MikroTik resolve command → SUCCESS + +--- + +## Additional Issue: Netflix Blocked by AdGuard Filter (13:45) + +### Symptom +- TV reports no internet even though DNS is working +- Netflix app fails to connect + +### Root Cause +AdGuard DNS filter (FilterListID:1) was blocking Netflix operational domains: +- `ichnaea.netflix.com` - Netflix connectivity check +- `customerevents.netflix.com` - Netflix events +- `*.logs.netflix.com` - Netflix logging + +Netflix requires these domains to function, even though they're flagged as tracking. + +### Fix +Added whitelist rules to AdGuard: +``` +@@||ichnaea.netflix.com^ +@@||customerevents.netflix.com^ +@@||logs.netflix.com^ +``` + +### Verification +Restarted AdGuard, TV should now connect to Netflix.