From d30b17c4db1392c19b11c3af7a47051f8dd6568a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 3 Feb 2026 03:58:01 +0700 Subject: all: add option to set minimum TTL In the rescached.cfg, we add option where user can force the minimum TTL in the DNS answer. This option is not a standard and not recommended used in public facing network. It should be used only for personal and private network. --- testdata/rescached.cfg.test.out | 1 + 1 file changed, 1 insertion(+) (limited to 'testdata') diff --git a/testdata/rescached.cfg.test.out b/testdata/rescached.cfg.test.out index 29a0f26..a901f0b 100644 --- a/testdata/rescached.cfg.test.out +++ b/testdata/rescached.cfg.test.out @@ -1,6 +1,7 @@ [rescached] file.resolvconf = wui.listen = 127.0.0.1:5381 +minimum_ttl = 0 debug = 1 [block.d "a.block"] -- cgit v1.3