aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-10-31 09:32:34 -0700
committerYuchen Wu <[email protected]>2024-11-01 10:32:08 -0700
commit3d2321e9cc31d101a7e65f1b23dfeda173e10ca8 (patch)
treecfb03584e31b7f734a5abfe4728a0332af7767bf
parentef1c9f121e9937720661d0aeecf65542f25c581f (diff)
downloadpingora-3d2321e9cc31d101a7e65f1b23dfeda173e10ca8.tar.gz
pingora-3d2321e9cc31d101a7e65f1b23dfeda173e10ca8.zip
Update Readme to reflect rustls and Windows
-rw-r--r--.bleep2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/.bleep b/.bleep
index f638b17..ec6d347 100644
--- a/.bleep
+++ b/.bleep
@@ -1 +1 @@
-bbcce2850360af2c4b60120842701a1dd86b35cc \ No newline at end of file
+360e825c3e129a1642a3d4a42ab390b0b3a7b2e2 \ No newline at end of file
diff --git a/README.md b/README.md
index 4ccfa3f..07b8147 100644
--- a/README.md
+++ b/README.md
@@ -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