mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-15 00:10:25 +00:00
Fixed formatting
This commit is contained in:
@@ -45,9 +45,9 @@ func init() {
|
||||
}
|
||||
|
||||
tlsConfig = &tls.Config{
|
||||
RootCAs: certPool,
|
||||
ServerName: config.Read().ServerName,
|
||||
MinVersion: tls.VersionTLS12,
|
||||
RootCAs: certPool,
|
||||
ServerName: config.Read().ServerName,
|
||||
MinVersion: tls.VersionTLS12,
|
||||
// This is fine, it's always false by default
|
||||
// The user may change the config, the name should be clear enough
|
||||
// that this is insecure (valid use cases are for testing purposes)
|
||||
|
||||
Reference in New Issue
Block a user