2017-07-31 09:26:00 -04:00
|
|
|
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
|
;
|
|
|
|
|
; SPDX-License-Identifier: MPL-2.0
|
2021-06-03 02:37:05 -04:00
|
|
|
;
|
2017-07-31 09:26:00 -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 https://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
;
|
2017-07-31 09:26:00 -04:00
|
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
; information regarding copyright ownership.
|
|
|
|
|
|
|
|
|
|
$TTL 3600
|
2021-02-03 04:36:30 -05:00
|
|
|
@ IN SOA fdupont.isc.org. ns.example.com. (
|
|
|
|
|
2012040600 ; serial
|
|
|
|
|
600 ; refresh
|
|
|
|
|
600 ; retry
|
|
|
|
|
1200 ; expire
|
|
|
|
|
3600 ; minimum
|
2017-07-31 09:26:00 -04:00
|
|
|
)
|
2021-02-03 04:36:30 -05:00
|
|
|
MX 10 mail.example.com.
|
2017-07-31 09:26:00 -04:00
|
|
|
NS ns.example.com.
|
2021-02-03 04:36:30 -05:00
|
|
|
ns.example.com. A 10.53.0.2
|