Add comments for sslcipher.Config struct.

This commit is contained in:
agile6v 2020-05-13 10:40:56 +08:00
parent 41d82005ec
commit 38a8556c4f

View file

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