1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-28 09:35:14 +03:00

print out securing

This commit is contained in:
Zack Scholl 2019-05-02 11:44:10 -07:00
parent 95c2b0f48a
commit 2e5f33c081

View File

@ -346,6 +346,7 @@ func (c *Client) Receive() (err error) {
c.conn[0].Send([]byte("handshake"))
c.Options.RelayPorts = strings.Split(banner, ",")
log.Debug("exchanged header message")
fmt.Fprintf(os.Stderr, "\rsecuring channel...")
return c.transfer(TransferOptions{})
}