From b10b277fea610fbfbdbf324e9cb81d8ef8c62b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 26 Feb 2023 16:58:59 +0100 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b629a..695bab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ #### Added +* Support exposing a Prometheus endpoint for metrics * Add cli flag for printing parsed config * Add `aquatic_http_private`, an experiment for integrating with private trackers @@ -50,10 +51,6 @@ ### aquatic_http -#### Added - -* Support exposing a Prometheus endpoint for metrics - #### Changed * Don't return any response peers if announce event is stopped @@ -78,7 +75,6 @@ #### Added * Add HTTP health check route when running without TLS -* Support exposing a Prometheus endpoint for metrics #### Changed From 73def7444dec182547dece8f1edc2855cc8ea499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 26 Feb 2023 17:03:07 +0100 Subject: [PATCH 2/2] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abdcf8f..c0a938d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Features at a glance: - Multithreaded design for handling large amounts of traffic - All data is stored in-memory (no database needed) -- IPv4 and IPv6 support, with separate swarms +- IPv4 and IPv6 support - Supports forbidding/allowing info hashes - Built-in TLS support (no reverse proxy needed) - Automated CI testing of full file transfers @@ -137,7 +137,7 @@ run_prometheus_endpoint = true prometheus_endpoint_address = "0.0.0.0:9000" ``` -##### aquatic_http and aquatic_ws +##### aquatic_http / aquatic_ws ```toml [metrics]