1Net::DNS::Resolver::BasUes(e3r)Contributed Perl DocumentNaetti:o:nDNS::Resolver::Base(3)
2
3
4
6 Net::DNS::Resolver::Base - DNS resolver base class
7
9 use base qw(Net::DNS::Resolver::Base);
10
12 This class is the common base class for the different platform sub-
13 classes of Net::DNS::Resolver.
14
15 No user serviceable parts inside, see Net::DNS::Resolver for all your
16 resolving needs.
17
19 new, domain, searchlist, nameserver, nameservers,
20 search, query, send, bgsend, bgbusy, bgread, axfr,
21 force_v4, force_v6, prefer_v4, prefer_v6,
22 dnssec, srcaddr, tsig, udppacketsize,
23 print, string, errorstring, replyfrom
24 See Net::DNS::Resolver.
25
27 Copyright (c)2003,2004 Chris Reinhardt.
28
29 Portions Copyright (c)2005 Olaf Kolkman.
30
31 Portions Copyright (c)2014-2017 Dick Franks.
32
33 All rights reserved.
34
36 Permission to use, copy, modify, and distribute this software and its
37 documentation for any purpose and without fee is hereby granted,
38 provided that the original copyright notices appear in all copies and
39 that both copyright notice and this permission notice appear in
40 supporting documentation, and that the name of the author not be used
41 in advertising or publicity pertaining to distribution of the software
42 without specific prior written permission.
43
44 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
45 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
53 perl, Net::DNS, Net::DNS::Resolver
54
55
56
57perl v5.34.1 2022-06-08 Net::DNS::Resolver::Base(3)