1Net::DNS::RR::SPF(3) User Contributed Perl Documentation Net::DNS::RR::SPF(3)
2
3
4
6 Net::DNS::RR::SPF - DNS SPF resource record
7
9 "use Net::DNS::RR";
10
12 This is a clone of the TXT record. This class therfore completely
13 inherits all properties of the Net::DNS::RR::TXT class.
14
15 Please see the Net::DNS::RR::TXT perldocumentation for details
16
18 Copyright (c) 2005 Olaf Kolkman (NLnet Labs)
19
20 All rights reserved. This program is free software; you may
21 redistribute it and/or modify it under the same terms as Perl itself.
22
24 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
25 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1035 Section
26 3.3.14, RFC 4408
27
28
29
30perl v5.10.1 2009-01-26 Net::DNS::RR::SPF(3)