Sing-Box v1.13.4

This commit is contained in:
Alireza Ahmadi
2026-03-28 20:48:57 +01:00
parent 456aed053e
commit fed5298156
13 changed files with 83 additions and 20 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ COPY frontend_dist/ /app/web/html/
RUN if [ "$TARGETARCH" = "arm" ]; then export GOARM=7; [ "$TARGETVARIANT" = "v6" ] && export GOARM=6; fi; \
go build -ldflags="-w -s" \
-tags "with_quic,with_grpc,with_utls,with_acme,with_gvisor,with_naive_outbound,with_purego" \
-tags "with_quic,with_grpc,with_utls,with_acme,with_gvisor,with_naive_outbound,with_purego,with_tailscale" \
-o sui main.go
FROM alpine