From e9a96ea3c3d54d07261047283403f42deb9e07f4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 1 Apr 2019 07:31:01 +0200 Subject: [PATCH] chg: [cfg] expiration section added If an expiration of the type is required, it should be set in the following way: DNS record type = number of seconds before expiration --- etc/analyzer.conf.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/analyzer.conf.sample b/etc/analyzer.conf.sample index fca4e62..7f71e80 100644 --- a/etc/analyzer.conf.sample +++ b/etc/analyzer.conf.sample @@ -3,3 +3,6 @@ my-uuid = 6a2461ce-c29d-44fc-b4fa-947d68826639 d4-server = 127.0.0.1:6380 # INFO|DEBUG logging-level = INFO +[expiration] +16 = 24000 +99 = 26000