We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3abd9 commit dc30d94Copy full SHA for dc30d94
pkg/transport/http.go
@@ -68,7 +68,7 @@ func NewHTTPTransport(
68
host = LocalhostIPv4
69
}
70
71
- // If targetHost is not specified, default to localhost
+ // If targetHost is not specified, default to bind to all interfaces
72
if targetHost == "" {
73
targetHost = TargetHostIPv4
74
0 commit comments