Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
cpan /
libnet /
Delete
Unzip
Name
Size
Permission
Date
Action
Net
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:37
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:55
Config.eg
1.15
KB
-r--r--r--
2014-12-27 11:49
Hostname.pm.eg
203
B
-r--r--r--
2014-12-27 11:49
Makefile
24.55
KB
-rw-r--r--
2016-10-10 17:37
Makefile.PL
289
B
-r--r--r--
2014-12-27 11:49
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:37
Save
Rename
package Net::Config; require Exporter; use vars qw(@ISA @EXPORT %NetConfig); use strict; @EXPORT = qw(%NetConfig); @ISA = qw(Exporter); # WARNING WARNING WARNING WARNING WARNING WARNING WARNING # WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # Below this line is auto-generated, *ANY* changes will be lost %NetConfig = ( # the followinf parameters are all lists of hosts for the # respective protocols. nntp_hosts => [], snpp_hosts => [], pop3_hosts => [], smtp_hosts => [], ph_hosts => [], daytime_hosts => [], time_hosts => [], # your internet domain inet_domain => undef, # If you have an ftp proxy firewall (not an http firewall) # then set this to the name of the firewall ftp_firewall => undef, # set if all connections done via the firewall should use # passive data connections ftp_ext_passive => 0, # set if all connections not done via the firewall should use # passive data connections ftp_int_passive => 0, # If set the make test will attempt to connect to the hosts above test_hosts => 0, # Used during Configure (which you are not using) to do # DNS lookups to ensure hosts exist test_exist => 0, ); 1;