1Net::DNS::RR::DNAME(3)User Contributed Perl DocumentationNet::DNS::RR::DNAME(3)
2
3
4
6 Net::DNS::RR::DNAME - DNS DNAME resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name DNAME target');
11
13 Class for DNS Non-Terminal Name Redirection (DNAME) resource records.
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 target
24 $target = $rr->target;
25 $rr->target( $target );
26
27 Redirection target domain name which is to be substituted for its owner
28 as a suffix of a domain name.
29
31 Copyright (c)2002 Andreas Gustafsson.
32
33 All rights reserved.
34
35 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
36
38 Permission to use, copy, modify, and distribute this software and its
39 documentation for any purpose and without fee is hereby granted,
40 provided that the above copyright notice appear in all copies and that
41 both that copyright notice and this permission notice appear in
42 supporting documentation, and that the name of the author not be used
43 in advertising or publicity pertaining to distribution of the software
44 without specific prior written permission.
45
46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
48 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
49 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
50 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
51 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
52 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
53
55 perl, Net::DNS, Net::DNS::RR, RFC6672
56
57
58
59perl v5.32.0 2020-07-28 Net::DNS::RR::DNAME(3)