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 86400 13 @ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D ); 14 NS ns1 15 ns1 A 10.53.0.1 16 17 nap IN NAPTR 50 50 "S" "SIPS+D2T" "" server 18 server SRV 0 0 5061 server 19 server A 192.168.2.9 20 server AAAA 192::9 21