mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
actually bind to multiple addresses
resolves #63 This now causes an error message with the default bindings because on Linux binding to both IPv6's [::] and IPv4's 0.0.0.0 results in a "port in use" error
This commit is contained in:
parent
ba3c01d38f
commit
b0d0f64be0
5 changed files with 141 additions and 52 deletions
|
|
@ -6,11 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
Thank you to @jgarte for contributing to this release.
|
||||
Thank you to @jgarte and @alvaro-cuesta for contributing to this release.
|
||||
|
||||
### Added
|
||||
* running Agate using GNU Guix (#62)
|
||||
|
||||
### Fixed
|
||||
* actually bind to multiple IP addresses. Despite the documentation saying so,
|
||||
Agate would only bind to the first address that did not result in an error. (#63)
|
||||
|
||||
## [3.1.0] - 2021-06-08
|
||||
Thank you to Matthew Ingwersen and Oliver Simmons (@GoodClover) for contributing to this release.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue