66cddca92528474ca7c204ae05d5f274ced5035a
services/dns/Configuration.md
... | ... | @@ -47,7 +47,7 @@ zone "23.172.in-addr.arpa" { |
47 | 47 | zone "d.f.ip6.arpa" { |
48 | 48 | type forward; |
49 | 49 | forwarders { 172.20.0.53; fd42:d42:d42:54::1; }; |
50 | -} |
|
50 | +}; |
|
51 | 51 | ``` |
52 | 52 | |
53 | 53 | **Note**: With DNSSEC enabled, bind might refuse to accept query results from the dn42 zone: `validating dn42/SOA: got insecure response; parent indicates it should be secure`. |