mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 18:37:54 +08:00
f708f19535
* Update many modules. go get -u golang.org/x/net go get -u github.com/aws/aws-sdk-go go get -u golang.org/x/oauth2 go get -u google.golang.org/api go get -u gopkg.in/yaml.v2 go mod tidy * Update modules go get -u github.com/tiramiseb/go-gandi go get -u github.com/miekg/dns go mod tidy |
||
---|---|---|
.. | ||
domain | ||
internal/client | ||
livedns | ||
.gitignore | ||
gandi.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
Gandi Go library
WIP: migrating from https://github.com/tiramiseb/go-gandi-livedns
cmd not working, fix needed
This library interacts with Gandi's API, to manage Gandi services. This API returns some data as HTTP headers, please note those are ignored by this library.
A simple CLI is also shipped with this library. It returns responses to the requests in JSON.