Skip to content

Commit

Permalink
hotfix add ip
Browse files Browse the repository at this point in the history
  • Loading branch information
hea9549 committed Aug 4, 2018
1 parent e62dc46 commit 4b32d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type Server struct {

func NewServer(port int) *Server {
addr := net.TCPAddr{
IP: net.IPv4(127, 0, 0, 1),
IP: net.IPv4(0, 0, 0, 0),
Port: port,
Zone: "",
}
Expand Down

0 comments on commit 4b32d3a

Please sign in to comment.