2018-02-23 03:53:12 -05:00
|
|
|
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2000-07-31 21:33:37 -04:00
|
|
|
;
|
2016-06-27 00:56:38 -04:00
|
|
|
; This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
;
|
|
|
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
; information regarding copyright ownership.
|
2000-06-21 21:01:45 -04:00
|
|
|
|
2000-06-12 18:55:52 -04:00
|
|
|
$TTL 300 ; 5 minutes
|
|
|
|
|
@ IN SOA mname1. . (
|
|
|
|
|
2000042407 ; serial
|
|
|
|
|
20 ; refresh (20 seconds)
|
|
|
|
|
20 ; retry (20 seconds)
|
|
|
|
|
1814400 ; expire (3 weeks)
|
|
|
|
|
3600 ; minimum (1 hour)
|
|
|
|
|
)
|
2013-12-13 01:19:33 -05:00
|
|
|
NS ns2
|
|
|
|
|
ns2 A 10.53.0.2
|
2000-06-12 18:55:52 -04:00
|
|
|
|
|
|
|
|
a A 10.0.0.1
|
|
|
|
|
b A 10.0.0.2
|
|
|
|
|
d A 10.0.0.4
|
|
|
|
|
z A 10.0.0.26
|