From: Michal 'vorner' Vaner Date: Wed, 4 Jul 2012 08:54:46 +0000 (+0200) Subject: [1976] Make the static zone servable X-Git-Tag: trac2351_base~97^2~7^2~2^2~21^2~2^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7c8ced3bac54e5e4560bdc39d15a74f4636fd88;p=thirdparty%2Fkea.git [1976] Make the static zone servable The Query class insists there must be a NS record at the origin, so adding one. It points to non-existing A record, but that does not seem to be a problem (and the NS makes no sense in this case anyway). --- diff --git a/src/lib/datasrc/static.zone.pre b/src/lib/datasrc/static.zone.pre index 16a7379ea8..13c0c9dbbb 100644 --- a/src/lib/datasrc/static.zone.pre +++ b/src/lib/datasrc/static.zone.pre @@ -6,7 +6,9 @@ ;; ;; in the bindctl. +;; This is here mostly for technical reasons. BIND. 0 CH SOA bind. authors.bind. 0 28800 7200 604800 86400 +BIND. 0 CH NS BIND. VERSION.BIND. 0 CH TXT "@@VERSION_STRING@@" ;; HOSTNAME.BIND 0 CH TXT "localhost"