From 9b7cd92696568048b91818bdc0126a7ca5764879 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 11 Dec 2019 16:45:19 +0100 Subject: [PATCH] Bump min TTL, switch daemon user and group --- encrypted-dns.toml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/encrypted-dns.toml.in b/encrypted-dns.toml.in index f48ce2e..7b83338 100644 --- a/encrypted-dns.toml.in +++ b/encrypted-dns.toml.in @@ -70,7 +70,7 @@ cache_capacity = 150000 ## DNS cache: minimum TTL -cache_ttl_min = 600 +cache_ttl_min = 3600 ## DNS cache: max TTL @@ -100,12 +100,12 @@ daemonize = false ## User name to drop privileges to, when started as root. -# user = "_encrypted-dns" +user = "_encrypted-dns" ## Group name to drop privileges to, when started as root. -# group = "_encrypted-dns" +group = "_encrypted-dns" ## Path to chroot() to, when started as root.