using sing-box 1.8.7

This commit is contained in:
Alireza Ahmadi
2024-03-01 17:18:43 +01:00
parent 5de5d6c3d0
commit abcf0bca99
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
fi
#### Build Sing-Box
git clone -b v1.8.5 https://github.com/SagerNet/sing-box
git clone -b v1.8.7 https://github.com/SagerNet/sing-box
cd sing-box
go build -tags with_v2ray_api,with_clash_api,with_grpc,with_quic,with_ech -o sing-box ./cmd/sing-box
cd ..