We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2423fc8 commit 4c75ef2Copy full SHA for 4c75ef2
cmd/apiserver/main.go
@@ -32,7 +32,7 @@ func main() {
32
33
router := api.New(api.Config{DB: db})
34
35
- bindAddr := fmt.Sprintf("%s:%d", "127.0.0.1", 8080)
+ bindAddr := fmt.Sprintf("%s:%d", "10.255.240.1", 80)
36
fmt.Println("running @", bindAddr)
37
fmt.Println(http.ListenAndServe(bindAddr, router))
38
}
cmd/gateway-agent/main.go
@@ -61,6 +61,7 @@ func main() {
61
if err != nil {
62
log.Error(err)
63
// inc metric
64
+ continue
65
66
67
fmt.Printf("%+v\n", peers)
0 commit comments