From 450d76aaedd0714550bf50c22937684a28b3bb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sun, 17 Mar 2024 10:36:30 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f7ebaa3..b8fc7a1 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ ws://localhost:8080" my-server` Domain name that will be use as SNI during TLS handshake Warning: If you are behind a CDN (i.e: Cloudflare) you must set this domain also in the http HOST header. or it will be flagged as fishy and your request rejected + --tls-sni-disable + Disable sending SNI during TLS handshake + Warning: Most reverse proxies rely on it --tls-verify-certificate Enable TLS certificate verification. Disabled by default. The client will happily connect to any server with self signed certificate.