http: use separate sockets for IPv4 and IPv6 (#221)

This commit is contained in:
Joakim Frostegård 2025-01-16 22:53:56 +01:00 committed by GitHub
parent 048c297fc7
commit 94e3af2463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 235 additions and 121 deletions

View file

@ -47,8 +47,8 @@ Generate the configuration file:
./target/release/aquatic_http -p > "aquatic-http-config.toml"
```
Make necessary adjustments to the file. You will likely want to adjust `address`
(listening address) under the `network` section.
Make necessary adjustments to the file. You will likely want to adjust
listening addresses under the `network` section.
To run over TLS, configure certificate and private key files.