Skip to content

Commit

Permalink
Update server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Jul 17, 2024
1 parent f329f48 commit a72b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wap/pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func Serve(peerFn func(clientPeerId string, bloxSeed string) (string, error), ip
log.Errorw("Failed to get non-loopback IP address for serve", "err", err)
ip = "0.0.0.0"
}*/
ip = "127.0.0.1"
ip = "0.0.0.0"
}
listenAddr = ip + ":" + port

Expand Down

0 comments on commit a72b0cd

Please sign in to comment.