v5.1.0
What's Changed
- feat: allow to listen on IPv6 by @DavidS-om & @samialdury in #237
- This PR adds IPv6 support, controlled by a new environment variable
LISTEN_IPV6
. If set totrue
, the server will also listen on IPv6. The variable is unset by default.
- This PR adds IPv6 support, controlled by a new environment variable
Full Changelog: v5.0.0...v5.1.0