mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: use separate sockets for IPv4 and IPv6 (#221)
This commit is contained in:
parent
048c297fc7
commit
94e3af2463
6 changed files with 235 additions and 121 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue