router: update unbound metrics config
This commit is contained in:
parent
be9b148158
commit
43c3ce68b9
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue