From 8d97a1158c342b3c65c5c25f6062e375acfc4fb8 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Thu, 25 Jan 2024 10:20:15 +0100 Subject: [PATCH] document how to disable DNS cache --- admin-guide/configuration/networking.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin-guide/configuration/networking.md b/admin-guide/configuration/networking.md index aef16a4a..b5ce11e8 100644 --- a/admin-guide/configuration/networking.md +++ b/admin-guide/configuration/networking.md @@ -180,3 +180,11 @@ networking::nameservers_override: - 192.33.121.5 ``` +## Disable DNS Caching + +Except for the `unmanaged` setup mode you may disable DNS caching with + +``` +networking::enable_dns_caching: false +``` +