2019-06-23 07:04:20 +00:00
|
|
|
# go-easydns
|
|
|
|
|
|
|
|
Unfinished and basic API bindings for EasyDNS.com
|
|
|
|
|
2019-06-23 07:17:54 +00:00
|
|
|
I originally created this to enable use of Let's Encrypt DNS validation.
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
|
|
```bash
|
|
|
|
go get deadbeef.codes/steven/go-easydns
|
|
|
|
```
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
|
|
See [example-client](https://deadbeef.codes/steven/go-easydns/src/branch/master/example-client/main.go)
|