🔧 Update client configs to skip connection verification if it is not secure

This commit is contained in:
2025-05-25 19:16:30 +04:00
parent bea2e7c040
commit 2b9d0520b0
2 changed files with 10 additions and 3 deletions

View File

@ -15,7 +15,7 @@ import (
)
const (
VERSION string = "0.6.3"
VERSION string = "0.6.4"
DefaultUserAgent string = "Dodo/" + VERSION
DefaultMethod string = "GET"
DefaultTimeout time.Duration = time.Second * 10