增加DNS服务商账号管理

This commit is contained in:
GoEdgeLab
2020-11-11 21:32:25 +08:00
parent 1d1cebbe47
commit 761cb6ca60
17 changed files with 488 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ function build() {
# building api node
env GOOS=$OS GOARCH=$ARCH go build --ldflags="-s -w" -o $DIST/bin/edge-api $ROOT/../cmd/edge-api/main.go
# delete hidden files
find $DIST -name ".DS_Store" -delete
find $DIST -name ".gitignore" -delete
echo "zip files"
cd "${DIST}/../" || exit
if [ -f "${ZIP}" ]; then