From 344b7e07a2cc2b32b83b4bdcc685d8ac93f50994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Berthaud-M=C3=BCller?= Date: Wed, 27 Apr 2022 19:44:26 +0200 Subject: [PATCH] update config example --- nomilo.example.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nomilo.example.toml b/nomilo.example.toml index ca412fe..57446d3 100644 --- a/nomilo.example.toml +++ b/nomilo.example.toml @@ -6,3 +6,9 @@ token_duration = "1d" [release.dns] server = "127.0.0.1:53" +timeout = "5s" + +# [debug.dns.tsig] +# name = "example" +# key = "" +# algorithm = "hmac-sha256"