Compare commits

..

9 Commits

Author SHA1 Message Date
世界
b72445727a
documentation: Bump version 2025-04-02 20:57:47 +08:00
世界
99ea4c7ea9
Allow direct outbounds without domain_resolver 2025-04-02 20:57:47 +08:00
世界
492e2826ca
Fix Tailscale dialer 2025-04-02 20:57:47 +08:00
dyhkwong
b0421bdcfc
Fix DNS over QUIC stream close 2025-04-02 20:57:47 +08:00
anytls
9e8eff51c0
Update anytls
Co-authored-by: anytls <anytls>
2025-04-02 20:57:47 +08:00
Rambling2076
b57274e1ec
Fix missing with_tailscale in Dockerfile
Signed-off-by: Rambling2076 <Rambling2076@proton.me>
2025-04-02 20:57:47 +08:00
世界
627bec7266
Fail when default DNS server not found 2025-04-02 20:57:47 +08:00
世界
31116ef3d2
Update gVisor to 20250319.0 2025-04-02 20:57:47 +08:00
世界
df5baa733d
release: Do not build tailscale on iOS and tvOS 2025-04-02 20:57:47 +08:00

View File

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