Updated acmedns tool

Add support for automatically generating acmedns module for Windows 7 using older version of lego
This commit is contained in:
Toby Chui
2024-05-18 14:48:55 +08:00
parent ec973eb3bc
commit fe48a9a0c3
4 changed files with 73 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ fi
# Run the extract.go to get all the config from lego source code
echo "Generating code"
go run ./extract.go
go run ./extract.go -- "win7"
echo "Cleaning up lego"
# Comment the line below if you dont want to pull everytime update