mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Recommend perl modules for DNSSEC https://www.virtualmin.com/node/58199
This commit is contained in:
8
bind8/cpan_modules.pl
Normal file
8
bind8/cpan_modules.pl
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'bind8-lib.pl';
|
||||
|
||||
sub cpan_recommended
|
||||
{
|
||||
return ("Net::DNS::SEC::Tools::dnssectools",
|
||||
"Net::DNS::RR::DS",
|
||||
"Net::DNS");
|
||||
}
|
||||
Reference in New Issue
Block a user