# HG changeset patch # User Heiko Schlittermann # Date 1464851714 -7200 # Node ID c440abd2b56ace02c09394647f8d9553898b0382 # Parent 26b138ce17c6a1c95ba84b51bfdff3c98573eb4d Add TODO multiple TLSA records diff -r 26b138ce17c6 -r c440abd2b56a lib/Nagios/Check/DNS/check_tlsa_record.pm --- a/lib/Nagios/Check/DNS/check_tlsa_record.pm Thu Jun 02 08:37:02 2016 +0200 +++ b/lib/Nagios/Check/DNS/check_tlsa_record.pm Thu Jun 02 09:15:14 2016 +0200 @@ -28,6 +28,8 @@ } sub dig_tlsa { + #@TODO: multiple TLSA records + #@TODO: CNAMES in dns response #@TODO #dig tlsa _443._tcp.torproject.org +short #wildcard.torproject.org. @@ -42,6 +44,7 @@ if ($dig_return eq '') { $dig_return = "No TLSA Record for $domain:$port"; } + # FIXME: what's about the \n? We should cut it! return $dig_return; }