mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-08 22:27:47 +02:00
Finalized v3.0.6 changes
- Updated geodb database - Updated custom header UI - Added tools for update acmedns and geodb
This commit is contained in:
10
tools/update_acmedns.sh
Normal file
10
tools/update_acmedns.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# /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
|
Reference in New Issue
Block a user