mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
print out securing
This commit is contained in:
parent
95c2b0f48a
commit
2e5f33c081
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ func (c *Client) Receive() (err error) {
|
||||||
c.conn[0].Send([]byte("handshake"))
|
c.conn[0].Send([]byte("handshake"))
|
||||||
c.Options.RelayPorts = strings.Split(banner, ",")
|
c.Options.RelayPorts = strings.Split(banner, ",")
|
||||||
log.Debug("exchanged header message")
|
log.Debug("exchanged header message")
|
||||||
|
fmt.Fprintf(os.Stderr, "\rsecuring channel...")
|
||||||
return c.transfer(TransferOptions{})
|
return c.transfer(TransferOptions{})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue