Skip to content

Commit

Permalink
use [::] instead of localhost so the value is valid for both client a…
Browse files Browse the repository at this point in the history
…nd server operations

Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Apr 16, 2024
1 parent 2609d67 commit 8254f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
LocalEndpoint string
)

const defaultEndpoint = "localhost:8000"
const defaultEndpoint = "[::]:8000"

const (
pollTimeout = 30 * time.Second
Expand Down

0 comments on commit 8254f31

Please sign in to comment.