1119815Smarcel; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
2119815Smarcel;
3119815Smarcel; SPDX-License-Identifier: MPL-2.0
4119815Smarcel;
5119815Smarcel; This Source Code Form is subject to the terms of the Mozilla Public
6119815Smarcel; License, v. 2.0.  If a copy of the MPL was not distributed with this
7119815Smarcel; file, you can obtain one at https://mozilla.org/MPL/2.0/.
8119815Smarcel;
9119815Smarcel; See the COPYRIGHT file distributed with this work for additional
10119815Smarcel; information regarding copyright ownership.
11119815Smarcel
12119815Smarcel$TTL	600
13119815Smarcel
14119815Smarcel@               IN      SOA     dns1.changing. postmaster.changing. (
15119815Smarcel                        2               ;; serial
16119815Smarcel                        3600            ;; refresh period
17119815Smarcel                        1800            ;; retry interval
18119815Smarcel                        604800          ;; expire time
19119815Smarcel                        600 )           ;; default TTL
20119815Smarcel
21119815Smarcel		IN	NS		dns1.changing.
22119815Smarcel			NS		dns2.changing.
23119815Smarcel
24119815Smarceldns1		IN	A		10.53.0.1
25119815Smarceldns2		IN	A		10.53.0.2
26119815Smarcel
27119815Smarcela		IN	A		10.0.0.2
28119815Smarcel