feat(everything): fix doh and increase min TLS to 1.3
This commit is contained in:
@@ -49,6 +49,7 @@ func New(config Config) (*Client, error) {
|
||||
|
||||
tlsConfig := &tls.Config{
|
||||
ServerName: config.Host,
|
||||
MinVersion: tls.VersionTLS13,
|
||||
}
|
||||
|
||||
client := &Client{
|
||||
|
||||
Reference in New Issue
Block a user