Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 454 Bytes

File metadata and controls

17 lines (11 loc) · 454 Bytes

DNS TAPIR Event Receiver

This repository contains the DNS TAPIR Event Receiver, a server component use for retrieving and validating TAPIR events.

Configuration

The default configuration file is evrec.toml. Example configuration below:

clients_database = "clients"
schema_validation = true

[mqtt]
broker = "mqtt://localhost"
topic_read = "$share/evrec/events/up/#"
topic_write = "verified"
reconnect_interval = 5