Skip to content

v1.5.4

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 11:04
· 69 commits to main since this release

This release improves NAT traversal by attempting IPv6 address candidates as well as IPv4.

Warning: This release changes the default MTU to a constant 1280 bytes, in order to provide the maximum compatibility with links used by peers. Innernet may be more intelligent about setting this MTU in the future, but for now this is the safest option. If you'd like to maximize throughput and know your path MTUs between peers are higher, please use the --mtu flag to have innernet accomodate.

PRs

  • enable IPv6 NAT candidate reporting by @mcginty in #192
  • server: add better validation to the associations endpoint by @mcginty in #194
  • client: re-attempt NAT traversal on all unconnected peers by @mcginty in #195
  • internal: switch from ipnetwork to ipnet by @mcginty in #193

Full Changelog: v1.5.3...v1.5.4