Skip to content

helgeolav/win-dns-api-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows DNS API (GoLang)

===========

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 .

About

Windows DNS API in Golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%