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:
parent
95c2b0f48a
commit
2e5f33c081
@ -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{})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user