mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-05-31 04:37:20 +02:00

- Updated geodb database - Updated custom header UI - Added tools for update acmedns and geodb
10 lines
318 B
Bash
10 lines
318 B
Bash
# /bin/sh
|
|
|
|
# Build the acmedns
|
|
echo "Building ACMEDNS"
|
|
cd ../tools/dns_challenge_update/code-gen
|
|
./update.sh
|
|
cd ../../../
|
|
|
|
cp ./tools/dns_challenge_update/code-gen/acmedns/acmedns.go ./src/mod/acme/acmedns/acmedns.go
|
|
cp ./tools/dns_challenge_update/code-gen/acmedns/providers.json ./src/mod/acme/acmedns/providers.json |