mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-19 22:40:49 -04:00
Make sure the various TTL checks are using a lower bound as well and use a common TTL of 5 min.
21 lines
572 B
Text
21 lines
572 B
Text
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
;
|
|
; SPDX-License-Identifier: MPL-2.0
|
|
;
|
|
; 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/.
|
|
;
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
; information regarding copyright ownership.
|
|
|
|
$TTL 300 ; 5 minutes
|
|
@ SOA ns2.example. . 1 3600 1200 86400 1200
|
|
@ NS ns2
|
|
ns2 A 10.53.0.2
|
|
|
|
a A 10.0.0.1
|
|
*.a A 10.0.0.3
|
|
b A 10.0.0.2
|
|
d A 10.0.0.4
|
|
z A 10.0.0.26
|