]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/knot-data/zones/onlinesign.test.zone
686313cc2ce7cda2ecf9fc66391998141a043f10
[thirdparty/systemd.git] / test / knot-data / zones / onlinesign.test.zone
1 ; SPDX-License-Identifier: LGPL-2.1-or-later
2 $TTL 86400
3 $ORIGIN onlinesign.test.
4
5 @ IN SOA ns1.unsigned.test. root.unsigned.test. (
6 42 ; serial
7 3H ; refresh
8 15M ; retry
9 1W ; expire
10 1D ; minimum TTL
11 )
12
13 ; NS info
14 NS ns1.unsigned.test.
15
16 TXT "hello from onlinesign"
17
18 *.wild TXT "this is an onlinesign wildcard"
19
20 ; No A/AAAA record for the $ORIGIN
21 sub A 10.0.0.133