Finalized v3.0.6 changes

- Updated geodb database
- Updated custom header UI
- Added tools for update acmedns and geodb
This commit is contained in:
Toby Chui
2024-06-10 15:36:20 +08:00
parent b00e302f6d
commit 1183b0ed55
6 changed files with 11829 additions and 14329 deletions

10
tools/update_acmedns.sh Normal file
View 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