mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-11-06 21:51:00 +01:00
Add small comment to push CLA check
This commit is contained in:
parent
51447c41a2
commit
c83c079a4f
@ -46,6 +46,7 @@ type rfc2136Provider struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
// Map of supported TSIG algorithms
|
||||||
tsigAlgs = map[string]string{
|
tsigAlgs = map[string]string{
|
||||||
"hmac-md5": dns.HmacMD5,
|
"hmac-md5": dns.HmacMD5,
|
||||||
"hmac-sha1": dns.HmacSHA1,
|
"hmac-sha1": dns.HmacSHA1,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user