Fixed formatting

This commit is contained in:
2025-01-09 15:11:35 +02:00
parent 566980d1e2
commit fa81da2f7e

View File

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