Add DNS checker

Checks DNS server availability via ping then performs configurable
DNS query (record_type: A, AAAA, TXT, MX, etc.).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-26 17:39:16 +01:00
parent f70bf69133
commit c72117e6e1
4 changed files with 81 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ paho-mqtt>=2.0.0
PyYAML>=6.0
pysnmp>=4.4.12
requests>=2.31.0
dnspython>=2.4.0