cluster/services/consul: add recursors
This commit is contained in:
parent
ff09634883
commit
9b71bd9a59
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
extraConfig = {
|
||||
datacenter = "eu-central";
|
||||
domain = "sd-magic.${domain}.";
|
||||
recursors = [ "127.0.0.1" cluster.config.links.dnsResolver.ipv4 ];
|
||||
server = true;
|
||||
node_name = config.networking.hostName;
|
||||
bind_addr = hl.ipv4;
|
||||
|
|
Loading…
Reference in a new issue