Skip to content

Commit 3d2321e

Browse files
committed
Update Readme to reflect rustls and Windows
1 parent ef1c9f1 commit 3d2321e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.bleep

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bbcce2850360af2c4b60120842701a1dd86b35cc
1+
360e825c3e129a1642a3d4a42ab390b0b3a7b2e2

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pingora is battle tested as it has been serving more than 40 million Internet re
1010
## Feature highlights
1111
* Async Rust: fast and reliable
1212
* HTTP 1/2 end to end proxy
13-
* TLS over OpenSSL or BoringSSL
13+
* TLS over OpenSSL, BoringSSL or rustls(experimental).
1414
* gRPC and websocket proxying
1515
* Graceful reload
1616
* Customizable load balancing and failover strategies
@@ -50,6 +50,8 @@ Linux is our tier 1 environment and main focus.
5050

5151
We will try our best for most code to compile for Unix environments. This is for developers and users to have an easier time developing with Pingora in Unix-like environments like macOS (though some features might be missing)
5252

53+
Windows support is preliminary by community's best effort only.
54+
5355
Both x86_64 and aarch64 architectures will be supported.
5456

5557
## Rust version

0 commit comments

Comments
 (0)