router: update unbound metrics config

This commit is contained in:
chayleaf 2024-11-24 11:21:02 +07:00
parent 91182c8e3d
commit 9a9991acdc
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -19,7 +19,8 @@ in {
};
unbound = {
enable = true;
controlInterface = "/run/unbound/unbound.ctl";
# controlInterface = "/run/unbound/unbound.ctl";
host = "unix:///run/unbound/unbound.ctl";
listenAddress = netAddresses.lan4;
group = config.services.unbound.group;
};