1Net::DNS::RR::DNAME(3)User Contributed Perl DocumentationNet::DNS::RR::DNAME(3)
2
3
4

NAME

6       Net::DNS::RR::DNAME - DNS DNAME resource record
7

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name DNAME target');
11

DESCRIPTION

13       Class for DNS Non-Terminal Name Redirection (DNAME) resource records.
14

METHODS

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
26       Redirection target domain name which is to be substituted for its owner
27       as a suffix of a domain name.
28
30       Copyright (c)2002 Andreas Gustafsson.
31
32       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
33
34       All rights reserved.
35
36       This program is free software; you may redistribute it and/or modify it
37       under the same terms as Perl itself.
38

SEE ALSO

40       perl, Net::DNS, Net::DNS::RR, RFC2672
41
42
43
44perl v5.16.3                      2012-12-28            Net::DNS::RR::DNAME(3)
Impressum