aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-16 16:46:22 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-04-16 16:46:22 +0200
commitb2e15909533fccca8d344f4f2678564f5398ad8a (patch)
tree3ef3640564b059334d0bdf0e8cf8419bfd16cad0 /Makefile.PL
parent3a9ca11ba6a8cede2beb7c28036137f9f4efc0ba (diff)
downloadacmeman-b2e15909533fccca8d344f4f2678564f5398ad8a.tar.gz
acmeman-b2e15909533fccca8d344f4f2678564f5398ad8a.tar.bz2
Ignore hostnames that don't resolve to the server IP address
* Makefile.PL: Require Sys::Hostname and Net::DNS * acmeman (collect): If core.check-dns is set, test A records of each hostname collected. Ignore hostnames that don't point back to our server. (%syntax): New keywords: core.check-dns and core.my-ip
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index dab6494..d1f6d77 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,7 +22,9 @@ use ExtUtils::AutoInstall (
'Pod::Usage' => 1.51,
'Pod::Man' => 2.25,
'Text::ParseWords' => 3.27,
- 'Data::Dumper' => 0
+ 'Data::Dumper' => 0,
+ 'Net::DNS' => 1.06,
+ 'Sys::Hostname' => 1.16
}
);

Return to:

Send suggestions and report system problems to the System administrator.