dnscontrol/models
Tom Limoncelli 87ad01d194
Add "get-zone" command (#613)
* Add GetZoneRecords to DNSProvider interface
* dnscontrol now uses ufave/cli/v2
* NEW: get-zones.md
* HasRecordTypeName should be a method on models.Records not models.DomainConfig
* Implement BIND's GetZoneRecords
* new WriteZoneFile implemented
* go mod vendor
* Update docs to use get-zone instead of convertzone
* Add CanGetZone capability and update all providers.
* Get all zones for a provider at once (#626)
* implement GetZoneRecords for cloudflare
* munge cloudflare ttls
* Implement GetZoneRecords for cloudflare (#625)

Co-authored-by: Craig Peterson <192540+captncraig@users.noreply.github.com>
2020-02-18 08:59:18 -05:00
..
dns.go Internals: Switch to v2 go.mod, drop GOPATH, and fix Azure Pipelines (#595) 2020-01-28 10:42:31 -05:00
dns_test.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
dnsrr.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
domain.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
provider.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
quotes.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
quotes_test.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
record.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
record_test.go Add "get-zone" command (#613) 2020-02-18 08:59:18 -05:00
t_caa.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_mx.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_naptr.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_parse.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_srv.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_sshfp.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_tlsa.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_txt.go Refactor in preparation to unexport RecordConfig.{Name,NameFQDN,Target} (#337) 2018-03-19 17:18:58 -04:00
target.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
util.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00