Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
share /
perl /
5.22.1 /
Net /
DNS /
Delete
Unzip
Name
Size
Permission
Date
Action
RR
[ DIR ]
drwxrwxr-x
2017-10-05 13:57
Resolver
[ DIR ]
drwxrwxr-x
2017-10-05 13:57
Domain.pm
9.47
KB
-r--r--r--
2017-08-18 12:20
DomainName.pm
7.6
KB
-r--r--r--
2017-08-18 12:20
FAQ.pod
1.08
KB
-r--r--r--
2017-08-18 12:20
Header.pm
10.1
KB
-r--r--r--
2017-08-18 12:20
Mailbox.pm
3.86
KB
-r--r--r--
2017-08-18 12:20
Nameserver.pm
24.26
KB
-r--r--r--
2017-08-18 12:20
Packet.pm
20.49
KB
-r--r--r--
2017-08-18 12:20
Parameters.pm
11.8
KB
-r--r--r--
2017-08-18 12:20
Question.pm
8.24
KB
-r--r--r--
2017-08-18 12:20
RR.pm
21.06
KB
-r--r--r--
2017-08-18 12:20
Resolver.pm
21.11
KB
-r--r--r--
2017-08-18 12:20
Text.pm
7.74
KB
-r--r--r--
2017-08-18 12:20
Update.pm
7.69
KB
-r--r--r--
2017-08-18 12:20
ZoneFile.pm
15.01
KB
-r--r--r--
2017-08-18 12:20
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 answer packet, as long as an answer 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 1365 2015-06-26 08:46:01Z willem $