2018-02-23 09:53:12 +01:00
|
|
|
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2013-02-25 12:46:51 -08:00
|
|
|
;
|
2016-06-27 14:56:38 +10: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 http://mozilla.org/MPL/2.0/.
|
2018-02-23 09:53:12 +01:00
|
|
|
;
|
|
|
|
; See the COPYRIGHT file distributed with this work for additional
|
|
|
|
; information regarding copyright ownership.
|
2013-02-25 12:46:51 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-02-20 14:49:36 -08:00
|
|
|
; RPZ performance test
|
2013-02-25 12:46:51 -08:00
|
|
|
|
|
|
|
$TTL 120
|
|
|
|
@ SOA . hostmaster.ns.example.tld5. ( 1 3600 1200 604800 60 )
|
|
|
|
NS ns
|
|
|
|
NS ns1
|
|
|
|
NS ns2
|
|
|
|
NS ns3
|
|
|
|
ns A 10.53.0.5
|
|
|
|
ns1 A 10.53.0.5
|
|
|
|
ns2 A 10.53.0.5
|
|
|
|
ns3 A 10.53.0.5
|
|
|
|
|
|
|
|
|
|
|
|
$ORIGIN example.tld5.
|
|
|
|
example.tld5. NS ns
|
|
|
|
NS ns1
|
|
|
|
ns A 10.53.0.5
|
|
|
|
ns1 A 10.53.0.5
|
2017-09-11 11:53:42 -07:00
|
|
|
|
|
|
|
as-ns TXT "rewritten with ip-as-ns and qname-as-ns"
|