Home | History | Annotate | Line # | Download | only in ns3
      1 ; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      2 ;
      3 ; SPDX-License-Identifier: MPL-2.0
      4 ;
      5 ; This Source Code Form is subject to the terms of the Mozilla Public
      6 ; License, v. 2.0.  If a copy of the MPL was not distributed with this
      7 ; file, you can obtain one at https://mozilla.org/MPL/2.0/.
      8 ;
      9 ; See the COPYRIGHT file distributed with this work for additional
     10 ; information regarding copyright ownership.
     11 
     12 $TTL 300
     13 
     14 @	IN	SOA	localhost.rpz-extra.local root.rpz-extra.local. (
     15 	2020022500	; serial number
     16 	60			; refresh every minute
     17 	60			; retry every minute
     18 	432000		; expire in 5 days
     19 	60			; negative caching ttl, 1 minute
     20 )
     21 
     22 
     23                 IN	NS	LOCALHOST.
     24 
     25 allowed       IN	CNAME	rpz-passthru.
     26 *.allowed     IN	CNAME	rpz-passthru.
     27 
     28 gooddomain     IN	CNAME	.
     29 *.gooddomain   IN	CNAME	.
     30 
     31 baddomain     IN	CNAME	.
     32 *.baddomain   IN	CNAME	.
     33