Update uTLS to 1.5.4

This commit is contained in:
世界 2023-12-09 12:11:21 +08:00
parent 269434cfe6
commit fe053e26b5
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
9 changed files with 101 additions and 18 deletions

View file

@ -13,7 +13,17 @@ Before sing-box 1.4.0:
Since sing-box 1.4.0:
* Go 1.18.5 - ~
* Go 1.20.0 - ~ if `with_quic` tag enabled
* Go 1.20.0 - ~ with tag `with_quic` enabled
Since sing-box 1.5.0:
* Go 1.18.5 - ~
* Go 1.20.0 - ~ with tag `with_quic` or `with_ech` enabled
Since sing-box 1.8.0:
* Go 1.18.5 - ~
* Go 1.20.0 - ~ with tag `with_quic`, `with_ech`, or `with_utls` enabled
You can download and install Go from: https://go.dev/doc/install, latest version is recommended.
@ -59,5 +69,4 @@ go build -tags "tag_a tag_b" ./cmd/sing-box
| `with_embedded_tor` (CGO required) | ✖️ | Build with embedded Tor support, see [Tor outbound](/configuration/outbound/tor/). |
| `with_lwip` (CGO required) | ✖️ | Build with LWIP Tun stack support, see [Tun inbound](/configuration/inbound/tun#stack). |
It is not recommended to change the default build tag list unless you really know what you are adding.