Skip to content

Commit

Permalink
Update readme and example config
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika authored May 22, 2022
1 parent e80196d commit 8152624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ Flags:
-m, --service-console-token string The token to use for service console access. Auto generated if empty for each connected tunnel
--sni-load-balancer Enable the SNI load balancer (multiple clients can bind the same SNI domain/port)
--sni-proxy Enable the use of SNI proxying
--sni-proxy-https Enable the use of SNI proxying on the HTTPS port
-a, --ssh-address string The address to listen for SSH connections (default "localhost:2222")
--strip-http-path Strip the http path from the forward (default true)
--tcp-address string The address to listen for TCP connections
Expand Down
1 change: 1 addition & 0 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ service-console: false
service-console-token: ""
sni-load-balancer: false
sni-proxy: false
sni-proxy-https: false
ssh-address: localhost:2222
strip-http-path: true
tcp-address: ""
Expand Down

0 comments on commit 8152624

Please # to comment.