enable unbound control socket
This commit is contained in:
parent
c3c9146e89
commit
1f5e1174ab
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ in
|
||||||
|
|
||||||
services.unbound = mkIf cfg.localResolver.enable {
|
services.unbound = mkIf cfg.localResolver.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
localControlSocketPath = "/run/unbound/unbound.ctl";
|
||||||
settings = {
|
settings = {
|
||||||
server = {
|
server = {
|
||||||
prefer-ip6 = true;
|
prefer-ip6 = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue