Skip to content

Releases: SagerNet/sing-box

1.14.0-alpha.31

13 Jun 09:26
fc25ced

Choose a tag to compare

1.14.0-alpha.31 Pre-release
Pre-release

πŸ“ Release Notes

  • Fixes and improvements

1.14.0-alpha.30

12 Jun 14:25
fa34e6c

Choose a tag to compare

1.14.0-alpha.30 Pre-release
Pre-release

πŸ“ Release Notes

  • Introducing sing-box API service 1
  • Apple/Android: Introducing remote control 2
  • Introducing sing-box Dashboard 3
  • Fixes and improvements

1:

The new sing-box API service is a gRPC server for observing and controlling the running sing-box instance, exposing the same interface the graphical clients use locally: service status, logs, outbound groups (selection and URL tests), Clash mode, connection tracking, and tools such as network quality tests, STUN tests, and Tailscale operations. The server also accepts gRPC-Web requests, including the WebSocket transport of @improbable-eng/grpc-web for bidirectional streaming methods, so browsers can connect directly. Clients authenticate via the secret field; TLS and CORS options are available. Connection tracking and Clash mode methods require the Clash API to be configured.

2:

The graphical clients for Apple platforms and Android can now control remote sing-box instances running the API service. Remote servers (URL and secret) are managed in settings; the dashboard, logs, connections, groups, and tools pages can then switch between the local service and remote instances.

3:

sing-box Dashboard is a new web client for the API service, providing almost the same experience as the graphical clients. A public instance is available at http://sing-box-dashboard.sagernet.org (shortcut: dash.sing-box.app).

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