Y
Hacker News
new
|
ask
|
show
|
jobs
by
sperwren
2187 days ago
Do you have any references for this functionality? I’ve never encountered something like that in the RFCs, or in any server.
2 comments
kaared
2187 days ago
I believe you're referring to DNS zone transfer (
https://en.wikipedia.org/wiki/DNS_zone_transfer
and
https://serverfault.com/questions/890153/how-does-nslookup-l...
).
link
sperwren
2187 days ago
So presumably nslookup -ls had some logic for finding the apex for a particular name, doing an AXFR and then filtering it to the the target name and below?
link
jbverschoor
2186 days ago
Yeah, I think it was for zone transfers. It was pretty fun discovering 'private' hosts :-)
link