ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-ADNS/ADNS.pm
(Generate patch)

Comparing EV-ADNS/ADNS.pm (file contents):
Revision 1.14 by root, Fri Oct 16 22:58:35 2015 UTC vs.
Revision 1.15 by root, Fri Oct 16 23:58:20 2015 UTC

58documentation of how each record will look like, depending on the query 58documentation of how each record will look like, depending on the query
59type: 59type:
60 60
61=over 4 61=over 4
62 62
63=item EV::ADNS::r_a, EV::ADNS::r_addr 63=item EV::ADNS::r_addr
64 64
65IPv4 and/or IPV6 addresses in string form.
66
67=item EV::ADNS::r_a
68
65An IPv4 address in dotted quad (string) form. 69IPv4 addresses in dotted quad (string) form.
70
71=item EV::ADNS::r_aaaa
72
73IPv6 addresses in string form.
66 74
67=item EV::ADNS::r_ns_raw, EV::ADNS::r_cname, EV::ADNS::r_ptr, EV::ADNS::r_ptr_raw 75=item EV::ADNS::r_ns_raw, EV::ADNS::r_cname, EV::ADNS::r_ptr, EV::ADNS::r_ptr_raw
68 76
69The resource record as a simple string. 77The resource record as a simple string.
70 78

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines