diff --git a/manage-dns.pl b/manage-dns.pl index 9bc6adb..db1b433 100755 --- a/manage-dns.pl +++ b/manage-dns.pl @@ -35,10 +35,10 @@ my %supported_types = ( AAAA => "yes", CAA => "not yet implemented", CNAME => "yes", - DNAME => "not yet implemented", + DNAME => "yes", MX => "yes", NS => "yes", - PTR => "not yet implemented", + PTR => "yes", SSHFP => "not yet implemented", SRV => "yes", TLSA => "not yet implemented",