};
};
+zone "sub.test.dyndns" {
+ type master;
+ file "sub.test.dyndns";
+ allow-update {
+ 127.0.0.0/8;
+ };
+};
+
zone "wtest.com"{
type master;
file "wtest.com";
--- /dev/null
+$TTL 3600
+$ORIGIN sub.test.dyndns.
+@ IN SOA ns1.test.dyndns. ahu.example.dyndns. ( 2012060701
+ 8H ; refresh
+ 2H ; retry
+ 1W ; expire
+ 1D ; default_ttl
+ )
+
+@ IN NS ns1.test.dyndns.
+@ IN NS ns2.test.dyndns.
*.wild IN A 127.0.1.255
a.host IN A 1.1.1.1
e.host IN A 1.1.1.1
+
+sub IN NS ns1.test.dyndns.
+sub IN NS ns2.test.dyndns.
+
+occluded.sub IN A 127.0.0.200
\ No newline at end of file