Update README.md

This commit is contained in:
Erèbe - Romain Gerard 2024-03-17 10:36:30 +01:00 committed by GitHub
parent 832e253b3c
commit 450d76aaed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,6 +116,9 @@ ws://localhost:8080" my-server`
Domain name that will be use as SNI during TLS handshake 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. 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 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 --tls-verify-certificate
Enable TLS certificate verification. Enable TLS certificate verification.
Disabled by default. The client will happily connect to any server with self signed certificate. Disabled by default. The client will happily connect to any server with self signed certificate.