Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Net /
DNS /
Delete
Unzip
Name
Size
Permission
Date
Action
RR
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Resolver
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Domain.pm
10.05
KB
-rw-rw-rw-
2020-11-18 15:18
DomainName.pm
7.45
KB
-rw-rw-rw-
2020-11-18 15:18
FAQ.pod
1.08
KB
-rw-rw-rw-
2020-11-18 15:18
Header.pm
10.26
KB
-rw-rw-rw-
2020-11-18 15:18
Mailbox.pm
4.01
KB
-rw-rw-rw-
2020-11-18 15:18
Nameserver.pm
26.33
KB
-rw-rw-rw-
2020-11-18 15:18
Packet.pm
21.36
KB
-rw-rw-rw-
2020-11-18 15:18
Parameters.pm
13.43
KB
-rw-rw-rw-
2020-11-18 15:18
Question.pm
8.43
KB
-rw-rw-rw-
2020-11-18 15:18
RR.pm
21.6
KB
-rw-rw-rw-
2020-11-18 15:18
Resolver.pm
20.74
KB
-rw-rw-rw-
2020-11-18 15:18
Text.pm
7.15
KB
-rw-rw-rw-
2020-11-18 15:18
Update.pm
7.81
KB
-rw-rw-rw-
2020-11-18 15:18
ZoneFile.pm
15.81
KB
-rw-rw-rw-
2020-11-18 15:18
Save
Rename
=head1 NAME Net::DNS::FAQ - Frequently Asked Net::DNS Questions =head1 SYNOPSIS perldoc Net::DNS::FAQ =head1 DESCRIPTION This document serves to answer the most frequently asked questions on both the Net::DNS Mailing List and those sent to the author. The latest version of this FAQ can be found at L<http://www.net-dns.org/docs/FAQ.html> =head1 GENERAL =head2 What is Net::DNS? Net::DNS is a perl implementation of a DNS resolver. =head1 INSTALLATION =head2 Where can I find Test::More? Test::More is part of the Test-Simple package, by Michael G Schwern. You should be able to find the distribution at L<http://search.cpan.org/dist/Test-Simple/> =head1 USAGE =head2 Why does $resolver->query() return undef when the answer section is empty? The short answer is, do not use query(). $resolver->send() will always return the response packet, as long as a response was received. The longer answer is that query() is modeled after the res_query() function from the libresolv C library, which has similar behavior. =head1 VERSION $Id: FAQ.pod 1709 2018-09-07 08:03:09Z willem $