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 69dfbe5 commit d7d44dfCopy full SHA for d7d44df
cmd/thv/app/run.go
@@ -111,7 +111,7 @@ func init() {
111
runCmd.Flags().StringVar(
112
&runTargetHost,
113
"target-host",
114
- transport.LocalhostIPv4,
+ transport.TargetHostIPv4,
115
"Host to forward traffic to (only applicable to SSE or Streamable HTTP transport)")
116
117
&runPermissionProfile,
0 commit comments