From 8152624ecc9e7275491010c99a8fe6aea44a29cd Mon Sep 17 00:00:00 2001 From: Antonio Mika Date: Sun, 22 May 2022 23:13:37 +0000 Subject: [PATCH] Update readme and example config --- README.md | 1 + config.example.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a81b071..cc19027 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.example.yml b/config.example.yml index 3fe411f..5b540ca 100644 --- a/config.example.yml +++ b/config.example.yml @@ -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: ""