1Net::DNS::RR::KX(3) User Contributed Perl Documentation Net::DNS::RR::KX(3)
2
3
4
6 Net::DNS::RR::KX - DNS KX resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name KX preference exchange');
11
13 DNS Key Exchange Delegation (KX) record
14
16 The available methods are those inherited from the base class augmented
17 by the type-specific methods defined in this package.
18
19 Use of undocumented package features or direct access to internal data
20 structures is discouraged and could result in program termination or
21 other unpredictable behaviour.
22
23 preference
24 $preference = $rr->preference;
25
26 A 16 bit integer which specifies the preference given to this RR among
27 others at the same owner. Lower values are preferred.
28
29 exchange
30 $exchange = $rr->exchange;
31
32 A domain name which specifies a host willing to act as a key exchange
33 for the owner name.
34
36 Copyright (c)2009 Olaf Kolkman, NLnet Labs.
37
38 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
39
40 All rights reserved.
41
42 This program is free software; you may redistribute it and/or modify it
43 under the same terms as Perl itself.
44
46 perl, Net::DNS, Net::DNS::RR, RFC2230
47
48
49
50perl v5.16.3 2012-12-28 Net::DNS::RR::KX(3)