cluster/services/dns: forward consul domain
This commit is contained in:
parent
b362ef59cf
commit
8be69d13ad
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ in {
|
||||||
prefetch 3
|
prefetch 3
|
||||||
serve_stale 86400s
|
serve_stale 86400s
|
||||||
}
|
}
|
||||||
|
forward service.eu-central.sd-magic.${domain} 127.0.0.1:8600
|
||||||
forward . ${config.links.localAuthoritativeDNS.tuple}
|
forward . ${config.links.localAuthoritativeDNS.tuple}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue