diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-02-07 20:38:07 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-02-07 20:38:07 +0000 |
commit | 06f3afcc623013fa987ee558bbf0720a3a064eac (patch) | |
tree | 24bb38d3d247154e6e50c08a3f0ce1df9209c254 | |
parent | Add a global alias for .well-known to allow certbot to operate on any machine... (diff) | |
download | config-06f3afcc623013fa987ee558bbf0720a3a064eac.tar.bz2 config-06f3afcc623013fa987ee558bbf0720a3a064eac.tar.xz config-06f3afcc623013fa987ee558bbf0720a3a064eac.zip |
Fix stupid typo in bind's IPv6 config
-rw-r--r-- | etc/dns/primary.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dns/primary.conf b/etc/dns/primary.conf index b3230f6..704cd3f 100644 --- a/etc/dns/primary.conf +++ b/etc/dns/primary.conf @@ -132,7 +132,7 @@ view "internal" in { allow-update { key updatekey; }; }; - zone "0.f.8.b.5.c.9.e.2.0.6.0.7.c.d.f.ip6.apra" IN { + zone "0.f.8.b.5.c.9.e.2.0.6.0.7.c.d.f.ip6.arpa" IN { type master; file "pri/fdc7:602:e9c5:b8f0.zone"; also-notify { 10.10.0.2; }; |