mirror of https://github.com/status-im/consul.git
Updating dns forwarding
It is not really clear that you only have to do one of the following and not all three.
This commit is contained in:
parent
c933efde50
commit
72353c5ad3
|
@ -28,6 +28,8 @@ default. By contrast, when `recursors` is set and the upstream resolver is
|
||||||
functioning correctly, Consul will try to resolve CNAMEs and include
|
functioning correctly, Consul will try to resolve CNAMEs and include
|
||||||
any records (e.g. A, AAAA, PTR) for them in its DNS reply.
|
any records (e.g. A, AAAA, PTR) for them in its DNS reply.
|
||||||
|
|
||||||
|
You can either do one of the following:
|
||||||
|
|
||||||
### BIND Setup
|
### BIND Setup
|
||||||
|
|
||||||
First, you have to disable DNSSEC so that Consul and BIND can communicate.
|
First, you have to disable DNSSEC so that Consul and BIND can communicate.
|
||||||
|
|
Loading…
Reference in New Issue