Skip to content

Commit

Permalink
unbound/exporter: migrate from controlInterface to unbound.host
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Oct 27, 2024
1 parent e5745d2 commit d29d20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/gw/unbound/exporter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

services.prometheus.exporters.unbound = {
enable = true;
controlInterface = "${config.services.unbound.localControlSocketPath}";
unbound.host = "unix://${config.services.unbound.localControlSocketPath}";
listenAddress = "[::]";
group = "${config.services.unbound.group}";
};
Expand All @@ -24,4 +24,4 @@
'';
};

}
}

0 comments on commit d29d20f

Please sign in to comment.