mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
more debugging
This commit is contained in:
parent
de2de7b75c
commit
c70327ff82
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ func (c *Connection) runClient(serverName string) error {
|
|||
go func(id int) {
|
||||
defer wg.Done()
|
||||
port := strconv.Itoa(27001 + id)
|
||||
log.Debugf("connecting to %s", serverName+":"+port)
|
||||
connection, err := net.Dial("tcp", serverName+":"+port)
|
||||
if err != nil {
|
||||
if serverName == "cowyo.com" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue