Update readme
This commit is contained in:
parent
d42b80d7e1
commit
fbcf9566c1
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -2,9 +2,15 @@ A Rust implementation of a MangaDex@Home client.
|
||||||
|
|
||||||
This client contains the following features:
|
This client contains the following features:
|
||||||
|
|
||||||
- Multi-threaded
|
- Easy migration from the official client
|
||||||
- HTTP/2 support
|
- Fully compliant with MangaDex@Home specifications
|
||||||
- No support for TLS 1.1 or 1.0
|
- Multi-threaded, high performance, and low overhead client
|
||||||
|
- HTTP/2 support for API users, HTTP/2 only for upstream connections
|
||||||
|
- Secure and privacy oriented features:
|
||||||
|
- Only supports TLS 1.2 or newer; HTTP is not enabled by default
|
||||||
|
- Options for no logging and no metrics
|
||||||
|
- Support for on-disk XChaCha20 encryption with ephemeral key generation
|
||||||
|
- Supports an internal LFU, LRU, or a redis instance for in-memory caching
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue