mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Merge pull request #129 from greatest-ape/work-2023-02-26_2
Update README and CHANGELOG
This commit is contained in:
commit
6f4ffda1bb
2 changed files with 3 additions and 7 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
|
* Support exposing a Prometheus endpoint for metrics
|
||||||
* Add cli flag for printing parsed config
|
* Add cli flag for printing parsed config
|
||||||
* Add `aquatic_http_private`, an experiment for integrating with private trackers
|
* Add `aquatic_http_private`, an experiment for integrating with private trackers
|
||||||
|
|
||||||
|
|
@ -50,10 +51,6 @@
|
||||||
|
|
||||||
### aquatic_http
|
### aquatic_http
|
||||||
|
|
||||||
#### Added
|
|
||||||
|
|
||||||
* Support exposing a Prometheus endpoint for metrics
|
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Don't return any response peers if announce event is stopped
|
* Don't return any response peers if announce event is stopped
|
||||||
|
|
@ -78,7 +75,6 @@
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
* Add HTTP health check route when running without TLS
|
* Add HTTP health check route when running without TLS
|
||||||
* Support exposing a Prometheus endpoint for metrics
|
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ Features at a glance:
|
||||||
|
|
||||||
- Multithreaded design for handling large amounts of traffic
|
- Multithreaded design for handling large amounts of traffic
|
||||||
- All data is stored in-memory (no database needed)
|
- 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
|
- Supports forbidding/allowing info hashes
|
||||||
- Built-in TLS support (no reverse proxy needed)
|
- Built-in TLS support (no reverse proxy needed)
|
||||||
- Automated CI testing of full file transfers
|
- Automated CI testing of full file transfers
|
||||||
|
|
@ -137,7 +137,7 @@ run_prometheus_endpoint = true
|
||||||
prometheus_endpoint_address = "0.0.0.0:9000"
|
prometheus_endpoint_address = "0.0.0.0:9000"
|
||||||
```
|
```
|
||||||
|
|
||||||
##### aquatic_http and aquatic_ws
|
##### aquatic_http / aquatic_ws
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[metrics]
|
[metrics]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue