Fix typo in the godoc of TLS option MaxVersion
This commit is contained in:
parent
aab7043d45
commit
e04ebaa364
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var (
|
||||||
`VersionTLS13`: tls.VersionTLS13,
|
`VersionTLS13`: tls.VersionTLS13,
|
||||||
}
|
}
|
||||||
|
|
||||||
// MaxVersion Map of allowed TLS minimum versions
|
// MaxVersion Map of allowed TLS maximum versions
|
||||||
MaxVersion = map[string]uint16{
|
MaxVersion = map[string]uint16{
|
||||||
`VersionTLS10`: tls.VersionTLS10,
|
`VersionTLS10`: tls.VersionTLS10,
|
||||||
`VersionTLS11`: tls.VersionTLS11,
|
`VersionTLS11`: tls.VersionTLS11,
|
||||||
|
|
Loading…
Reference in a new issue