diff options
author | Yuchen Wu <[email protected]> | 2024-10-31 09:32:34 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2024-11-01 10:32:08 -0700 |
commit | 3d2321e9cc31d101a7e65f1b23dfeda173e10ca8 (patch) | |
tree | cfb03584e31b7f734a5abfe4728a0332af7767bf | |
parent | ef1c9f121e9937720661d0aeecf65542f25c581f (diff) | |
download | pingora-3d2321e9cc31d101a7e65f1b23dfeda173e10ca8.tar.gz pingora-3d2321e9cc31d101a7e65f1b23dfeda173e10ca8.zip |
Update Readme to reflect rustls and Windows
-rw-r--r-- | .bleep | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1 +1 @@ -bbcce2850360af2c4b60120842701a1dd86b35cc
\ No newline at end of file +360e825c3e129a1642a3d4a42ab390b0b3a7b2e2
\ No newline at end of file @@ -10,7 +10,7 @@ Pingora is battle tested as it has been serving more than 40 million Internet re ## Feature highlights * Async Rust: fast and reliable * HTTP 1/2 end to end proxy -* TLS over OpenSSL or BoringSSL +* TLS over OpenSSL, BoringSSL or rustls(experimental). * gRPC and websocket proxying * Graceful reload * Customizable load balancing and failover strategies @@ -50,6 +50,8 @@ Linux is our tier 1 environment and main focus. 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) +Windows support is preliminary by community's best effort only. + Both x86_64 and aarch64 architectures will be supported. ## Rust version |