add unbound dashboard

This commit is contained in:
Henry Hiles 2026-05-27 20:38:28 -04:00
commit e4c76db648
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 28 additions and 2 deletions

View file

@ -1,8 +1,10 @@
{
services.unbound = {
enable = true;
localControlSocketPath = "/run/unbound/control.sock";
settings = {
server = {
extended-statistics = true;
rrset-cache-size = "64M";
msg-cache-size = "64M";
discard-timeout = 4800;