Skip to content

Commit

Permalink
doc: Add some links for reference about Go address behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Oct 21, 2023
1 parent 40d2ff6 commit 6fab2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Deploying.md
Expand Up @@ -139,7 +139,7 @@ The default address is `""` on the TCP protocol, which means it will bind to all
mtail --address=127.0.0.1 --port=8080`
```

Note that the address "0.0.0.0" is treated by Go as dual-stack: https://github.com/golang/go/issues/17615
Depending on your version of Go, the address "0.0.0.0" is treated by Go as dual-stack; see https://github.com/golang/go/issues/17615 and https://pkg.go.dev/net#Listen

### Push based collection

Expand Down

0 comments on commit 6fab2eb

Please sign in to comment.