Update README.md

This commit is contained in:
adnano
2020-09-26 13:59:24 -04:00
parent 769b6ff4d9
commit d3002cc8b4
2 changed files with 21 additions and 21 deletions

View File

@@ -15,6 +15,7 @@ import (
var (
client = &gemini.Client{
KnownHosts: gemini.LoadKnownHosts(),
TrustCertificate: func(cert *x509.Certificate, knownHosts *gemini.KnownHosts) error {
// Trust all certificates
return nil