README: elaborate on access list; replace cross-platform with unix-like

This commit is contained in:
Joakim Frostegård 2021-11-02 23:41:55 +01:00
parent fa3b6bb259
commit 18e6c5398d

View file

@ -14,8 +14,8 @@ of sub-implementations for different protocols:
[glommio]: https://github.com/DataDog/glommio [glommio]: https://github.com/DataDog/glommio
| Name | Protocol | OS requirements | | Name | Protocol | OS requirements |
|--------------|--------------------------------------------|-----------------------------------------------------------------| |--------------|--------------------------------------------|------------------------------------------------------------|
| aquatic_udp | [BitTorrent over UDP] | Cross-platform with [mio] (default) / Linux 5.8+ with [glommio] | | aquatic_udp | [BitTorrent over UDP] | Unix-like with [mio] (default) / Linux 5.8+ with [glommio] |
| aquatic_http | [BitTorrent over HTTP] with TLS ([rustls]) | Linux 5.8+ | | aquatic_http | [BitTorrent over HTTP] with TLS ([rustls]) | Linux 5.8+ |
| aquatic_ws | [WebTorrent] with TLS (rustls) | Linux 5.8+ | | aquatic_ws | [WebTorrent] with TLS (rustls) | Linux 5.8+ |
@ -98,6 +98,8 @@ mode = 'off' # Change to 'black' (blacklist) or 'white' (whitelist)
path = '' # Path to text file with newline-delimited hex-encoded info hashes path = '' # Path to text file with newline-delimited hex-encoded info hashes
``` ```
The file is read on start and when the program receives `SIGUSR1`.
#### More information #### More information
More documentation of the various configuration options might be available More documentation of the various configuration options might be available