Skip to content

Commit

Permalink
Update provider/rfc2136/rfc2136.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
  • Loading branch information
CRASH-Tech and mloiseleur committed Oct 16, 2023
1 parent 4794c01 commit 20b9200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/rfc2136/rfc2136.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func findMsgZone(ep *endpoint.Endpoint, m *dns.Msg, r *rfc2136Provider) {
}
}

log.Debugf("No avialable zone found for %s, set it to 'root'", ep.DNSName)
log.Debugf("No available zone found for %s, set it to 'root'", ep.DNSName)
r.krb5Realm = dns.Fqdn(".")
m.SetUpdate(dns.Fqdn("."))
}

0 comments on commit 20b9200

Please sign in to comment.