Enable QUIC in server scripts

This commit is contained in:
世界
2022-08-11 11:44:54 +08:00
parent 517a89fa9c
commit 7b30815938
3 changed files with 17 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ pushd $PROJECT
git fetch
git reset FETCH_HEAD --hard
git clean -fdx
go install -v -trimpath -ldflags "-s -w -buildid=" -tags "no_gvisor,debug" ./cmd/sing-box
go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,debug ./cmd/sing-box
popd
sudo systemctl stop sing-box