Fix TLS log parsing

This commit is contained in:
Jamie Cameron
2025-04-29 22:16:55 -07:00
parent 6415b0d8a8
commit cbcdeb9cb0
2 changed files with 4 additions and 1 deletions

View File

@@ -918,6 +918,9 @@ log_sign=Updated DNSSEC signatures for zone $1
log_resign=Re-signed DNSSEC key for zone $1
log_trusted=Changed DNSSEC verification
log_dnssec=Change DNSSEC key re-signing
log_create_tls=Created SSL key $1
log_delete_tls=Deleted SSL key $1
log_modify_tls=Updated SSL key $1
convert_err=Failed to convert zone
convert_efile=A records file must be specified before a slave zone can be converted to a master.

View File

@@ -44,7 +44,7 @@ elsif ($type eq 'recs') {
elsif ($type eq 'zones') {
return &text("log_${action}_zones", $object);
}
elsif ($type eq "host" || $type eq "group") {
elsif ($type eq "host" || $type eq "group" || $type eq "tls") {
return &text("log_${action}_${type}", "<tt>$object</tt>");
}
elsif ($action eq 'create') {