aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-10-31 09:32:34 -0700
committerYuchen Wu <[email protected]>2024-10-31 18:25:48 +0000
commitfb343ee6bf8e6aa8e84503a588da7d58c9de0cc8 (patch)
treecfb03584e31b7f734a5abfe4728a0332af7767bf
parent8be3fda897fe5cb2d702121590c43f9b718b6348 (diff)
downloadpingora-fb343ee6bf8e6aa8e84503a588da7d58c9de0cc8.tar.gz
pingora-fb343ee6bf8e6aa8e84503a588da7d58c9de0cc8.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