Skip to content

Releases: Skalar06/n8n-technitium-dns-to-unifi-insights-plus

v0.1.3: handle invalid timestamps per entry instead of aborting batch

Choose a tag to compare

@Skalar06 Skalar06 released this 15 Apr 14:38
847ce1d

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

v0.1.2 Pre-release
Pre-release

Choose a tag to compare

@Skalar06 Skalar06 released this 14 Apr 21:40
81681eb

What's Changed

  • Update version to v0.1.2 and clean up JSON by @jmasarweh in #1

New Contributors

Full Changelog: v0.1.1...v0.1.2

Early preview v0.1.1

Early preview v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@Skalar06 Skalar06 released this 14 Apr 17:32
55ba2c2

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