Compare commits

..

9 Commits

Author SHA1 Message Date
世界
bf9c0ea0d5
documentation: Bump version 2025-04-02 16:54:50 +08:00
世界
63d7444512
Allow direct outbounds without domain_resolver 2025-04-02 16:54:49 +08:00
世界
3533a86e53
Fix Tailscale dialer 2025-04-02 16:54:49 +08:00
dyhkwong
80d55f3d55
Fix DNS over QUIC stream close 2025-04-02 16:54:49 +08:00
anytls
cd506f1e50
Update anytls
Co-authored-by: anytls <anytls>
2025-04-02 16:54:48 +08:00
Rambling2076
5990cc18ff
Fix missing with_tailscale in Dockerfile
Signed-off-by: Rambling2076 <Rambling2076@proton.me>
2025-04-02 16:54:48 +08:00
世界
a44c7ffb91
Fail when default DNS server not found 2025-04-02 16:54:48 +08:00
世界
8292ac1043
Update gVisor to 20250319.0 2025-04-02 16:54:48 +08:00
世界
30c1c364b3
release: Do not build tailscale on iOS and tvOS 2025-04-02 16:54:47 +08:00

View File

@ -226,8 +226,8 @@ lib:
go run ./cmd/internal/build_libbox -target ios go run ./cmd/internal/build_libbox -target ios
lib_install: lib_install:
go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.1.6 go install -v github.com/sagernet/gomobile/cmd/gomobile@v0.1.5
go install -v github.com/sagernet/gomobile/cmd/gobind@v0.1.6 go install -v github.com/sagernet/gomobile/cmd/gobind@v0.1.5
docs: docs:
venv/bin/mkdocs serve venv/bin/mkdocs serve