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 5d0ffec commit 2a3abd9Copy full SHA for 2a3abd9
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