feat(wip): test reworks

This commit is contained in:
Toby
2023-07-26 13:48:08 -07:00
parent 55fb903192
commit dd836b4496
22 changed files with 934 additions and 185 deletions

View File

@@ -41,7 +41,7 @@ func (t *TCPTunnel) handle(conn net.Conn) {
}
}()
rc, err := t.HyClient.DialTCP(t.Remote)
rc, err := t.HyClient.TCP(t.Remote)
if err != nil {
closeErr = err
return