Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Jul 6, 2023
1 parent 6096cf0 commit 8683c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more details and documentation refer [GoDoc](https://pkg.go.dev/github.com/p

### ZTLS Fallback

fastdialer by default fallbacks to using zcrypto when there is an error in TLS handshake (insufficient security level etc ). This is done to support older TLS versions and ciphers. This can be disabled in fastdialer options or by using DISABLE_ZTLS_FALLBACK environment variable. when falling back to ztls, ChromeCiphers are used
fastdialer by default fallbacks to using zcrypto when there is an error in TLS handshake (insufficient security level etc ). This is done to support older TLS versions and ciphers. This can be disabled in fastdialer options or by using `DISABLE_ZTLS_FALLBACK=true` environment variable. when falling back to ztls, ChromeCiphers are used

# Example

Expand All @@ -36,4 +36,4 @@ go run main.go

# License

fastdialer is distributed under MIT License
fastdialer is distributed under MIT License

0 comments on commit 8683c30

Please sign in to comment.