Add small comment to push CLA check

This commit is contained in:
Vladislav Troinich 2018-09-07 12:20:48 +03:00
parent 51447c41a2
commit c83c079a4f

View File

@ -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,