Skip to content

Commit

Permalink
修复CreateDNSSECMaterial函数中的变量名错误,将zSKTag更改为kSKTag。
Browse files Browse the repository at this point in the history
  • Loading branch information
TochusC committed Nov 25, 2024
1 parent a433c84 commit 5cf9ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responser.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func CreateDNSSECMaterial(dConf DNSSECConfig, zName string) DNSSECMaterial {
dns.DNSSECAlgorithmECDSAP384SHA384,
uint32(time.Now().UTC().Unix()+86400-3600),
uint32(time.Now().UTC().Unix()-3600),
zSKTag,
kSKTag,
zName,
privKSKBytes,
)
Expand Down

0 comments on commit 5cf9ea8

Please sign in to comment.