1
0
mirror of https://github.com/containous/traefik.git synced 2025-09-19 01:44:23 +03:00

Fix typo in the godoc of TLS option MaxVersion

This commit is contained in:
Patrick Schaub
2020-02-21 17:48:05 +01:00
committed by GitHub
parent aab7043d45
commit e04ebaa364

View File

@@ -22,7 +22,7 @@ var (
`VersionTLS13`: tls.VersionTLS13,
}
// MaxVersion Map of allowed TLS minimum versions
// MaxVersion Map of allowed TLS maximum versions
MaxVersion = map[string]uint16{
`VersionTLS10`: tls.VersionTLS10,
`VersionTLS11`: tls.VersionTLS11,