Penguin
Blame: ReverseLookup
EditPageHistoryDiffInfoLikePages
Annotated edit history of ReverseLookup version 4 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 CraigBox 1 The action of finding a HostName given an [IP] address, using [DNS].
2 zcat(1) 2
4 AristotlePagaltzis 3 <verbatim>
4 bash-2.05b$ host 203.97.10.50
5 50.10.97.203.IN-ADDR.ARPA domain name pointer hoiho.wlug.org.nz
6 </verbatim>
1 CraigBox 7
8 A ReverseLookup uses PTR ResourceRecord~s in DNS.
9
10 Contrast ForwardLookup.
4 AristotlePagaltzis 11
1 CraigBox 12 -----
13 CategoryDns