Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 441 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 = "events/up/#"
topic_write = "verified"
reconnect_interval = 5