zone.db revision 614a39f897e346ad2dc4c1df8276cf4a65ba3f01
1N/A;-----------------------------------------------------------------
1N/A;
1N/A; @(#) example.net/zone.db
1N/A;
1N/A;-----------------------------------------------------------------
1N/A
1N/A$TTL 7200
1N/A
1N/A; Be sure that the serial number below is left
1N/A; justified in a field of at least 10 chars!!
1N/A; 0123456789;
1N/A; It's also possible to use the date form e.g. 2005040101
1N/A@ IN SOA ns1.example.net. hostmaster.example.net. (
1N/A 263 ; Serial
1N/A 43200 ; Refresh
1N/A 1800 ; Retry
1N/A 2W ; Expire
1N/A 7200 ) ; Minimum
1N/A
1N/A IN NS ns1.example.net.
1N/A IN NS ns2.example.net.
1N/A
1N/Ans1 IN A 1.0.0.5
1N/A IN AAAA 2001:db8::53
1N/Ans2 IN A 1.2.0.6
1N/A
1N/Alocalhost IN A 127.0.0.1
1N/A
1N/Aa IN A 1.2.3.1
1N/Ab IN MX 10 a
1N/A;c IN A 1.2.3.2
1N/Ad 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