Home | History | Annotate | Line # | Download | only in ns1
      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 3600
     13 
     14 @		86400	IN SOA	ns1 hostmaster (
     15 					1397051952 ; "SER0"
     16 					5
     17 					5
     18 					1814400
     19 					3600 )
     20 @			NS	ns1
     21 ns1			A	10.53.0.1
     22 
     23 a-only			A	1.2.3.4
     24 aaaa-only		AAAA	2001::ffff
     25 
     26 dual			A	1.2.3.4
     27 			AAAA	2001::ffff
     28 
     29 cname-a-only		CNAME	a-only
     30 cname-aaaa-only		CNAME	aaaa-only
     31 cname-dual		CNAME	dual
     32