cluster/services/dns: handle consul addr requests correctly
This commit is contained in:
parent
63b9957926
commit
2b6b6964b7
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ in {
|
||||||
serve_stale 86400s
|
serve_stale 86400s
|
||||||
}
|
}
|
||||||
forward service.eu-central.sd-magic.${domain} 127.0.0.1:8600
|
forward service.eu-central.sd-magic.${domain} 127.0.0.1:8600
|
||||||
|
forward addr.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