Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jan 25, 2025
1 parent 7c2355b commit 56bbad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/scraper/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var inChan chan remoteResult
func init() {
inChan = make(chan remoteResult)

ln, err := net.Listen("tcp", "localhost:4444")
ln, err := net.Listen("tcp", "0.0.0.0:4444")
if err != nil {
return
}
Expand Down

0 comments on commit 56bbad1

Please sign in to comment.