document how to disable DNS cache

This commit is contained in:
2024-01-25 10:20:15 +01:00
parent 66858410f1
commit 8d97a1158c
+8
View File
@@ -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
```