25 lines
816 B
Plaintext
25 lines
816 B
Plaintext
; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; 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/.
|
|
|
|
; $Id: changing1.db,v 1.10 2007/06/19 23:47:07 tbox Exp $
|
|
|
|
$TTL 600
|
|
|
|
@ IN SOA dns1.changing. postmaster.changing. (
|
|
1 ;; serial
|
|
3600 ;; refresh period
|
|
1800 ;; retry interval
|
|
604800 ;; expire time
|
|
600 ) ;; default TTL
|
|
|
|
IN NS dns1.changing.
|
|
NS dns2.changing.
|
|
|
|
dns1 IN A 10.53.0.1
|
|
dns2 IN A 10.53.0.2
|
|
|
|
a IN A 10.0.0.1
|