1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add Azure DNS (#547)

* Add Azure DNS

* Remove unused code

* Fix failing tests and update build
This commit is contained in:
Vatsalya Goel
2019-09-19 11:45:14 +10:00
committed by Craig Peterson
parent 79c548b168
commit 813a186865
103 changed files with 15559 additions and 1 deletions

4
vendor/github.com/dgrijalva/jwt-go/doc.go generated vendored Normal file
View File

@ -0,0 +1,4 @@
// Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
//
// See README.md for more info.
package jwt