mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-09-15 08:39:37 +02:00
12 lines
320 B
Bash
Executable File
12 lines
320 B
Bash
Executable File
#!/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
|
|
|