Skip to content

1.14.0-alpha.41

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:45
595b45f

πŸ“ Release Notes

  • Add windows bridge 1
  • Add preferred_by support for bridge 2
  • Add hysteria2 realm IP version restriction 3
  • Add hysteria2 realm port mapping 4
  • Fixes and improvements

1:

The bridge outbound is now supported on Windows, implemented via WinDivert and requiring Administrator privileges.

2:

The bridge outbound now works with the preferred_by route rule item. It is recommended to use preferred_by as a gate in the route rule: it only matches in pre-match and excludes local addresses that cannot be routed.

3:

The new realm.ip_version inbound and outbound field restricts realm connections (STUN, hole punching, and the resulting QUIC path) to a single IP version.

4:

The new realm.port_mapping inbound and outbound field maintains a UDP port mapping on the local gateway via UPnP or NAT-PMP, improving hole-punching reliability behind gateways that support it.