You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Pingora is battle tested as it has been serving more than 40 million Internet re
10
10
## Feature highlights
11
11
* Async Rust: fast and reliable
12
12
* HTTP 1/2 end to end proxy
13
-
* TLS over OpenSSLor BoringSSL
13
+
* TLS over OpenSSL, BoringSSL or rustls(experimental).
14
14
* gRPC and websocket proxying
15
15
* Graceful reload
16
16
* Customizable load balancing and failover strategies
@@ -50,6 +50,8 @@ Linux is our tier 1 environment and main focus.
50
50
51
51
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)
52
52
53
+
Windows support is preliminary by community's best effort only.
54
+
53
55
Both x86_64 and aarch64 architectures will be supported.
0 commit comments