Add comments for sslcipher.Config struct.
This commit is contained in:
parent
41d82005ec
commit
38a8556c4f
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ type sslCipher struct {
|
||||||
r resolver.Resolver
|
r resolver.Resolver
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Config contains the ssl-ciphers & ssl-prefer-server-ciphers configuration
|
||||||
type Config struct {
|
type Config struct {
|
||||||
SSLCiphers string
|
SSLCiphers string
|
||||||
SSLPreferServerCiphers string
|
SSLPreferServerCiphers string
|
||||||
|
|
Loading…
Reference in a new issue