From a9635bb7132a87b6c610bdcb4012443aefe38acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 26 Mar 2022 22:23:06 +0100 Subject: [PATCH] README: improve "features at a glance" --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ebc86f..3fb4f1f 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ of sub-implementations for different protocols: Features at a glance: +- Multithreaded design scales with large amounts of traffic +- No database needed (all state is stored in-memory) - IPv4 and IPv6 support -- Optional access control (info hash filtering) -- Built-in TLS support (HTTP and WebTorrent protocols) -- Multithreaded design for handling large amounts of traffic -- All data is stored in-memory, so there is no need to configure a database +- Supports only allowing certain torrents, or forbiddding certain torrents +- Built-in TLS support for HTTP and WebTorrent (no reverse proxy needed) ## Usage