mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-07 04:16:28 +03:00
Update yggquic, stronger peer verification
This commit is contained in:
@@ -74,7 +74,7 @@ func NewYggdrasilTransport(log *log.Logger, sk ed25519.PrivateKey, pk ed25519.Pu
|
||||
}
|
||||
}
|
||||
|
||||
yq, err := yggquic.New(ygg, *cfg.Certificate, nil)
|
||||
yq, err := yggquic.New(ygg, nil)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user