Skip to content

Releases: SagerNet/sing-box

1.14.0-alpha.29

09 Jun 02:42
8a42af3

Choose a tag to compare

1.14.0-alpha.29 Pre-release
Pre-release

πŸ“ Release Notes

  • Fixes and improvements

1.13.13

04 Jun 13:32
78b2e12

Choose a tag to compare

πŸ“ Release Notes

  • Fixes and improvements

1.14.0-alpha.28

02 Jun 15:36
f2322a3

Choose a tag to compare

1.14.0-alpha.28 Pre-release
Pre-release

πŸ“ Release Notes

  • Fixes and improvements

v1.14.0-alpha.27

31 May 10:38
ba2d6c6

Choose a tag to compare

v1.14.0-alpha.27 Pre-release
Pre-release

πŸ“ Release Notes

  • Add Tailscale SSH server 1
  • Fixes and improvements

1:

Adds an ssh_server field to Tailscale endpoints, running a Tailscale SSH server on tailnet port 22. Access is controlled by the SSH ACL in the Tailscale admin console, which maps each connection to a local user (behavior varies by platform; iOS and tvOS are not yet supported). The value may be true (equivalent to { "enabled": true }), or an object that additionally sets disable_pty, disable_sftp, and disable_forwarding.

1.14.0-alpha.26

26 May 10:14
b6c416b

Choose a tag to compare

1.14.0-alpha.26 Pre-release
Pre-release

πŸ“ Release Notes

  • Add gecko obfs for Hysteria2 1
  • Fixes and improvements

1:

Adds gecko as a new QUIC traffic obfuscation type for Hysteria2 inbound and outbound, alongside the existing salamander. Gecko supports configurable min_packet_size (default 512) and max_packet_size (default 1200) fields.

v1.14.0-alpha.25

22 May 04:39
812a8fd

Choose a tag to compare

v1.14.0-alpha.25 Pre-release
Pre-release

πŸ“ Release Notes

  • Revert Tailscale endpoint dial fields deprecation and remove control_http_client 1
  • Fixes and improvements

1:

The control_http_client field on Tailscale endpoints introduced in 1.14.0-alpha.13 is removed, and the deprecation of Dial Fields is reverted.

1.14.0-alpha.24

15 May 11:06
6b07a22

Choose a tag to compare

1.14.0-alpha.24 Pre-release
Pre-release

πŸ“ Release Notes

  • Fixes and improvement

1.13.12

15 May 11:06
1086ab2

Choose a tag to compare

πŸ“ Release Notes

  • Update naiveproxy to v148.0.7778.96-1
  • Fixes and improvements

1.14.0-alpha.23

12 May 15:06
b4d2d89

Choose a tag to compare

1.14.0-alpha.23 Pre-release
Pre-release

πŸ“ Release Notes

  • Fixes and improvements

1.14.0-alpha.22

11 May 16:42
056c45c

Choose a tag to compare

1.14.0-alpha.22 Pre-release
Pre-release

πŸ“ Release Notes

  • Add Hysteria Realm service and Hysteria2 NAT traversal support 1
  • Fixes and improvements

1:

The new Hysteria Realm service is a rendezvous service for Hysteria2 NAT traversal. A Hysteria2 server behind NAT registers its STUN-discovered public addresses on a stable realm endpoint via the new realm inbound field; clients query the realm via the new realm outbound field to learn the server's current addresses and perform UDP hole-punching to establish a direct QUIC connection. Once hole-punching succeeds, all proxy traffic flows directly between client and server.