]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1976] Make the static zone servable
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 4 Jul 2012 08:54:46 +0000 (10:54 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 4 Jul 2012 08:54:46 +0000 (10:54 +0200)
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).

src/lib/datasrc/static.zone.pre

index 16a7379ea82537ee8159ccb2dc8df70a91f2d7e1..13c0c9dbbb1f429653d1953a53b5454b8c1ae047 100644 (file)
@@ -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"