mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-28 05:59:10 +02:00
pomerium-cli: add support for a custom browser command (#2617)
This commit is contained in:
parent
efffe57bf0
commit
a7442b1498
8 changed files with 58 additions and 17 deletions
|
@ -87,6 +87,7 @@ var tcpCmd = &cobra.Command{
|
|||
}()
|
||||
|
||||
tun := tcptunnel.New(
|
||||
tcptunnel.WithBrowserCommand(browserOptions.command),
|
||||
tcptunnel.WithDestinationHost(dstHost),
|
||||
tcptunnel.WithProxyHost(pomeriumURL.Host),
|
||||
tcptunnel.WithTLSConfig(tlsConfig),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue