mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
Corpus focuses on "extra" things in master files like $GENERATE etc. Text encoding for RRs is thoroughly tested in dns_rdata_fromtext fuzzer.
21 lines
463 B
Text
21 lines
463 B
Text
$TTL 300 ; 5 minutes
|
|
@ SOA mname1. . (
|
|
2000062101 ; serial
|
|
20 ; refresh (20 seconds)
|
|
20 ; retry (20 seconds)
|
|
1814400 ; expire (3 weeks)
|
|
3600 ; minimum (1 hour)
|
|
)
|
|
NS a1
|
|
$DATE 20210101000000
|
|
|
|
a1 123 A \# 4 0A000001
|
|
a2 456 A \# 4 0A000001
|
|
|
|
txt1 TXT \# 6 0568656C6C6F
|
|
txt2 TXT "hello"
|
|
txt3 TXT \# 6 0568656C6C6F
|
|
txt4 TXT "hello"
|
|
|
|
unk1 TYPE123 \# 1 00
|
|
unk2 TYPE123 \# 1 00
|