mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-06 18:07:42 +02:00
This PR fixes a bug in the inplace zone parser that rejects character string of length 255.
10 lines
664 B
YAML
10 lines
664 B
YAML
origin: example.com.
|
|
zonefile: |
|
|
256.long 3600 IN TXT "1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
|
|
result:
|
|
- owner: 256.long.example.com.
|
|
class: IN
|
|
ttl: 3600
|
|
data: !Txt
|
|
- 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456
|