summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/examples/zone.db
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2008-12-09 19:31:51 +0100
committerMartin Nagy <mnagy@redhat.com>2008-12-09 19:31:51 +0100
commit9b941ce45484431bf095ffc39f242e81c716cbd5 (patch)
tree5e9fb4d5945e88d78d61591cdd803e8174520f81 /contrib/zkt/examples/zone.db
downloadbind_dynamic-9b941ce45484431bf095ffc39f242e81c716cbd5.tar.gz
bind_dynamic-9b941ce45484431bf095ffc39f242e81c716cbd5.tar.xz
bind_dynamic-9b941ce45484431bf095ffc39f242e81c716cbd5.zip
Initial import.bind-9-6-0-rc1
Diffstat (limited to 'contrib/zkt/examples/zone.db')
-rw-r--r--contrib/zkt/examples/zone.db45
1 files changed, 45 insertions, 0 deletions
diff --git a/contrib/zkt/examples/zone.db b/contrib/zkt/examples/zone.db
new file mode 100644
index 0000000..9864cb1
--- /dev/null
+++ b/contrib/zkt/examples/zone.db
@@ -0,0 +1,45 @@
+;-----------------------------------------------------------------
+;
+; @(#) example.net/zone.db
+;
+;-----------------------------------------------------------------
+
+$TTL 7200
+
+; Be sure that the serial number below is left
+; justified in a field of at least 10 chars!!
+; 0123456789;
+; It's also possible to use the date form e.g. 2005040101
+@ IN SOA ns1.example.net. hostmaster.example.net. (
+ 263 ; Serial
+ 43200 ; Refresh
+ 1800 ; Retry
+ 2W ; Expire
+ 7200 ) ; Minimum
+
+ IN NS ns1.example.net.
+ IN NS ns2.example.net.
+
+ns1 IN A 1.0.0.5
+ IN AAAA 2001:db8::53
+ns2 IN A 1.2.0.6
+
+localhost IN A 127.0.0.1
+
+a IN A 1.2.3.1
+b IN MX 10 a
+;c IN A 1.2.3.2
+d IN A 1.2.3.3
+ IN AAAA 2001:0db8::3
+
+; Delegation to secure zone; The DS resource record will
+; be added by dnssec-signzone automatically if the
+; keyset-sub.example.net file is present (run dnssec-signzone
+; with option -g or use the dnssec-signer tool) ;-)
+sub IN NS ns1.example.net.
+sub IN DS 54876 5 1 CAB6127E303A8A8D7D5A29AE05DB60F4C5060B10
+sub IN DS 54876 5 2 7C8CAF1844479F3600213173BB5D1E2A44143D63B6E0B3E10D8C5310 ADF84D30
+
+; this file will have all the zone keys
+$INCLUDE dnskey.db
+