Skip to content

Commit

Permalink
Fixed bind address
Browse files Browse the repository at this point in the history
  • Loading branch information
estintax committed Aug 27, 2018
1 parent cdef484 commit f360403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ func Init() {
fmt.Println("Welcome to " + config["os_name"].(string) + " " + config["os_version"].(string) + " (" + config["os_codename"].(string) + ")!\n")

ScanOnServices(servicesPath)
go StartServer(":49001")
go StartServer("127.0.0.1:49001")
InitInittab()
}

0 comments on commit f360403

Please sign in to comment.