Blame bin/tests/system/dnssec/ns3/dynamic.example.db.in

Packit Service ae04f2
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
Packit Service ae04f2
;
Packit Service ae04f2
; This Source Code Form is subject to the terms of the Mozilla Public
Packit Service ae04f2
; License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service ae04f2
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit Service ae04f2
;
Packit Service ae04f2
; See the COPYRIGHT file distributed with this work for additional
Packit Service ae04f2
; information regarding copyright ownership.
Packit Service ae04f2
Packit Service ae04f2
; This has the NS and glue at the apex because testing RT #2399
Packit Service ae04f2
; requires we have only one name in the zone at a certain point
Packit Service ae04f2
; during the test.
Packit Service ae04f2
Packit Service ae04f2
$TTL 300	; 5 minutes
Packit Service ae04f2
@			IN SOA	mname1. . (
Packit Service ae04f2
				2000042407 ; serial
Packit Service ae04f2
				20         ; refresh (20 seconds)
Packit Service ae04f2
				20         ; retry (20 seconds)
Packit Service ae04f2
				1814400    ; expire (3 weeks)
Packit Service ae04f2
				3600       ; minimum (1 hour)
Packit Service ae04f2
				)
Packit Service ae04f2
@			NS	@
Packit Service ae04f2
@			A	10.53.0.3