fix: populate ldns submodule and add autotools to LDNS build stage
- Re-cloned zonemaster-ldns with --recurse-submodules so the bundled ldns C library source (including Changelog and configure.ac) is present - Added autoconf, automake, libtool to Dockerfile.backend ldns-build stage so libtoolize + autoreconf can generate ldns/configure during make Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
19
zonemaster-ldns/ldns/masterdont/example/example.com.5
Normal file
19
zonemaster-ldns/ldns/masterdont/example/example.com.5
Normal file
@@ -0,0 +1,19 @@
|
||||
example.com. 345600 IN SOA ns0.example.org. root.example.com. 5 3600 28800 2419200 3600
|
||||
example.com. 3600 IN NS ns2.example.org.
|
||||
example.com. 3600 IN NS ns4.example.org.
|
||||
example.com. 3600 IN NS ns23.example.org.
|
||||
example.com. 3600 IN NS bigserv.example.net.
|
||||
mail.example.com. 3600 IN AAAA ffff::23
|
||||
mail.example.com. 3600 IN TXT "if you can find this, all outgoing mail is signed, no, really"
|
||||
mail.example.com. 3600 IN MX 10 mail.example.com.
|
||||
mail.example.com. 3600 IN A 192.0.2.11
|
||||
newservice.example.com. 3600 IN A 192.0.2.123
|
||||
ooo.example.com. 3600 IN TXT "amazing new protocol here"
|
||||
terms.example.com. 3600 IN A 192.0.2.24
|
||||
terms.example.com. 3600 IN A 192.0.2.26
|
||||
webmail.example.com. 3600 IN MX 20 mail.example.com.
|
||||
webmail.example.com. 3600 IN A 192.0.2.10
|
||||
www.example.com. 3600 IN NSEC example.com. A RRSIG NSEC
|
||||
www.example.com. 3600 IN RRSIG A RSASHA1 3 3600 20060825081644 20060728081644 44537 example.com. rkO1E0zZV+NiEKUrkUEC396ubGOYWML8VbpbWpDcBTwPGP0gGEkva8qt0vE6qlsw3gO4tkT1Ir+TXAWvnRvFtY3bpkNnajhIvV2J+16/p8YtCIxH19IUrAwf1pANMNNtQuFU1CLIVOaXRx8oXRfFY2t+GFYdDqXyjzqgcVU7mww= ;{id = 44537}
|
||||
www.example.com. 3600 IN RRSIG NSEC RSASHA1 3 3600 20060825081644 20060728081644 44537 example.com. y3AmY5RDR5J4ELdDCGYgvh8sawaxYjGJMch6gxfGPYCu9jqpECkpustTw+GgAnTlLej6iKK/3EfoKUobOVgpIPDqAWNqa8lL8m3P2Kbxp+OXGotSz5atVSlDRei66XwalKhGw9u7EDOLZc/bSbbbxSJa14XwTKA4Tr2Op5KLT/4= ;{id = 44537}
|
||||
www.example.com. 3600 IN A 192.0.2.10
|
||||
Reference in New Issue
Block a user