mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-08-31 20:29:48 +02:00
The PR fixes an issue in scanning absolute domain names from a zonefile.
13 lines
196 B
YAML
13 lines
196 B
YAML
origin: example.com.
|
|
zonefile: |
|
|
example.com. 3600 IN TXT \# 4 03 66 6f 6f
|
|
result:
|
|
- owner: example.com.
|
|
class: IN
|
|
ttl: 3600
|
|
data: !Unknown
|
|
rtype: Txt
|
|
data: 03666f6f
|
|
|
|
|