Explorar o código

Add with_acme to server scripts

世界 %!s(int64=3) %!d(string=hai) anos
pai
achega
eb0ef439d6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      release/local/debug.sh
  2. 1 1
      release/local/reinstall.sh

+ 1 - 1
release/local/debug.sh

@@ -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,with_quic,debug ./cmd/sing-box
+go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,with_acme,debug ./cmd/sing-box
 popd
 
 sudo systemctl stop sing-box

+ 1 - 1
release/local/reinstall.sh

@@ -6,7 +6,7 @@ DIR=$(dirname "$0")
 PROJECT=$DIR/../..
 
 pushd $PROJECT
-go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic ./cmd/sing-box
+go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,with_acme ./cmd/sing-box
 popd
 
 sudo systemctl stop sing-box