You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for setting the software_name option to none, which configures
eturnal to omit the SOFTWARE attribute from STUN/TURN responses.
Allow for setting the relay_ipv4_addr and/or relay_ipv6_addr options to none. The latter may be useful for disabling RFC 6156 support (e.g., in
case the server's IPv6 setup isn't usable for some reason).
Changed
Binary release: Use new (GCC-14.2-based) version of build toolchain.
Binary release: Update Erlang/OTP from 27.1.2 to 27.3.3.
Binary release: Update OpenSSL from 3.4.0 to 3.5.0.
Docker: Switch base image to Wolfi OS,
which uses glibc. The old musl-libc (Alpine) variants now have a -alpine
suffix.
Windows: Add explicit IPv4 listeners to default configuration, as :: doesn't
create dual-stack sockets on that platform.