Updated code generation tool

- Module rename to acmedns
This commit is contained in:
Toby Chui
2024-05-10 20:02:39 +08:00
parent 1d63b679dc
commit 55bc939a37
5 changed files with 34 additions and 94 deletions

View File

@@ -16,6 +16,11 @@ else
fi
# Run the extract.go to get all the config from lego source code
echo "Generating code"
go run ./extract.go
echo "Cleaning up lego"
# Comment the line below if you dont want to pull everytime update
# This is to help go compiler to not load all the lego source file when compile
rm -rf ./lego/
echo "Config generated"