xref: /netbsd-src/external/mpl/bind/dist/bin/tests/system/wildcard/ns1/example.db.in (revision a45db23f655e22f0c2354600d3b3c2cb98abf2dc)
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$ORIGIN example.
13example.                 3600 IN  SOA   . . 0 0 0 0 0
14example.                 3600     NS    ns.example.com.
15example.                 3600     NS    ns.example.net.
16*.example.               3600     TXT   "this is a wildcard"
17*.example.               3600     MX    10 host1.example.
18sub.*.example.           3600     TXT   "this is not a wildcard"
19host1.example.           3600     A     192.0.2.1
20_ssh._tcp.host1.example. 3600     SRV   0 0 22 host1.example.
21_ssh._tcp.host2.example. 3600     SRV   0 0 22 host2.example.
22subdel.example.          3600     NS    ns.example.com.
23subdel.example.          3600     NS    ns.example.net.
24