Blame bin/tests/system/digdelv/ns2/example.db

Packit 5ce601
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
Packit 5ce601
;
Packit 5ce601
; This Source Code Form is subject to the terms of the Mozilla Public
Packit 5ce601
; License, v. 2.0. If a copy of the MPL was not distributed with this
Packit Service 704ed8
; file, you can obtain one at https://mozilla.org/MPL/2.0/.
Packit 5ce601
;
Packit 5ce601
; See the COPYRIGHT file distributed with this work for additional
Packit 5ce601
; information regarding copyright ownership.
Packit 5ce601
Packit 5ce601
$TTL 300	; 5 minutes
Packit 5ce601
@			IN SOA	mname1. . (
Packit 5ce601
				2000042407 ; serial
Packit 5ce601
				20         ; refresh (20 seconds)
Packit 5ce601
				20         ; retry (20 seconds)
Packit 5ce601
				1814400    ; expire (3 weeks)
Packit 5ce601
				3600       ; minimum (1 hour)
Packit 5ce601
				)
Packit 5ce601
			NS	ns2
Packit 5ce601
			NS	ns3
Packit 5ce601
ns2			A	10.53.0.2
Packit 5ce601
ns2			AAAA	fd92:7065:b8e:ffff::2
Packit 5ce601
ns3			A	10.53.0.3
Packit 5ce601
ns3			AAAA	fd92:7065:b8e:ffff::3
Packit 5ce601
Packit 5ce601
a			A	10.0.0.1
Packit 5ce601
a			AAAA	fd92:7065:b8e:ffff::1
Packit 5ce601
b			A	10.0.0.2
Packit 5ce601
b			AAAA	fd92:7065:b8e:ffff::2
Packit 5ce601
c			A	10.0.0.3
Packit 5ce601
c			AAAA	fd92:7065:b8e:ffff::3
Packit 5ce601
Packit 5ce601
xn--caf-dma		A	10.1.2.3
Packit 5ce601
Packit 5ce601
foo			TXT	"testing"
Packit 5ce601
foo			A	10.0.1.0
Packit 5ce601
foo			SSHFP	2 1 123456789abcdef67890123456789abcdef67890
Packit 5ce601
Packit 5ce601
;;
Packit 5ce601
;; we are not testing DNSSEC behavior, so we don't care about the semantics
Packit 5ce601
;; of the following records.
Packit Service d3afd5
dnskey                  300     DNSKEY  256 3 1 (
Packit Service d3afd5
                                        AQPTpWyReB/e9Ii6mVGnakS8hX2zkh/iUYAg
Packit Service d3afd5
                                        +Ge4noWROpTWOIBvm76zeJPWs4Zfqa1IsswD
Packit Service d3afd5
                                        Ix5Mqeg0zwclz59uecKsKyx5w9IhtZ8plc4R
Packit Service d3afd5
                                        b9VIE5x7KNHAYTvTO5d4S8M=
Packit Service d3afd5
                                        )
Packit 5ce601
Packit 5ce601
; TTL of 3 weeks
Packit 5ce601
weeks		1814400	A	10.53.0.2
Packit 5ce601
; TTL of 3 days
Packit 5ce601
days		259200	A	10.53.0.2
Packit 5ce601
; TTL of 3 hours
Packit 5ce601
hours		10800	A	10.53.0.2
Packit 5ce601
;TTL of 45 minutes
Packit 5ce601
minutes		2700	A	10.53.0.2
Packit 5ce601
;TTL of 45 seconds
Packit 5ce601
seconds		45	A	10.53.0.2