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