Add comments for sslcipher.Config struct.

This commit is contained in:
agile6v 2020-05-13 10:40:56 +08:00
parent 2ea7ec8f59
commit 5ba5e13198

View file

@ -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