===========
This is a simple API based on the Win DNS API (Node. JS). This fork adds JWT authentication.
This tool acts as an API for Windows Server DNS. With this it is possible to create/edit/delete DNS entries on a Windows Server. To run this as a service take a look at NSSM
Authentication is used using JWT tokens and the jwtauthapi library. The JWT validation configuration is loaded from the file "config.json" in the current directory.
To crosscompile to Windows use:
GOOS=windows GOARCH=amd64 go build .