Releases: Skalar06/n8n-technitium-dns-to-unifi-insights-plus
Releases · Skalar06/n8n-technitium-dns-to-unifi-insights-plus
Release list
v0.1.3: handle invalid timestamps per entry instead of aborting batch
v0.1.3
Improved robustness for malformed Technitium DNS log entries.
Changes
- invalid timestamps no longer abort the whole n8n batch
- entries with missing timestamps still use current UTC time
- entries with explicitly invalid timestamps are skipped with
skipReason: "invalid_timestamp"
No changes to the transport path or the UniFi-compatible syslog output format.
v0.1.2
What's Changed
- Update version to v0.1.2 and clean up JSON by @jmasarweh in #1
New Contributors
- @jmasarweh made their first contribution in #1
Full Changelog: v0.1.1...v0.1.2
Early preview v0.1.1
Initial early preview release.
Included
- n8n workflow to receive Technitium DNS log entries via webhook
- transformation into RFC3164 / dnsmasq-style syslog lines
- forwarding to UniFi Log Insights via UDP syslog
- README with setup notes and example payload
Notes
- early public version
- configuration placeholders must be adjusted before production use
- shared tokens and internal addresses must not be published