main.go @@ -64,7 +64,7 @@ func main() { flag.Parse() if server { if proto == recv { go func() { http.ListenAndServe("0.0.0.0:6061", nil) }()