Add todos

This commit is contained in:
shawnlu
2024-06-10 14:07:21 +08:00
parent bc1a84eba9
commit 954d0da74e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ import (
"math/big"
)
// TODO: Encrpyt packet with certs
func NewClientTlsConf() *tls.Config {
return &tls.Config{
InsecureSkipVerify: true,

View File

@@ -181,8 +181,6 @@ func Run(cCtx *cli.Context) error {
return err
}
// TODO(shawnlu): Add handle signal to close conn
// Send keepalive
go DoKeepalive(conn, ipAddr, 10)