dnscontrol/providers/namedotcom
Tom Limoncelli 9812ecd9ff
BIND: Improve SOA serial number handling (#651)
* github.com/miekg/dns
* Greatly simplify the logic for handling serial numbers. Related code was all over the place. Now it is abstracted into one testable method makeSoa. This simplifies code in many other places.
* Update docs/_providers/bind.md: Edit old text. Add SOA description.
* SOA records are now treated like any other record internally. You still can't specify them in dnsconfig.js, but that's by design.
* The URL for issue 491 was wrong in many places
* BIND: Clarify GENERATE_ZONEFILE message
2020-02-23 13:58:49 -05:00
..
namedotcomProvider.go NAMEDOTCOM: Implement get-zones (#645) 2020-02-21 15:03:27 -05:00
nameservers.go BIND: Improve SOA serial number handling (#651) 2020-02-23 13:58:49 -05:00
records.go NAMEDOTCOM: Implement get-zones (#645) 2020-02-21 15:03:27 -05:00
records_test.go Refactor RecordConfig: Add getters/setters (#314) 2018-02-15 12:02:50 -05:00
zones.go NAMEDOTCOM: Implement get-zones (#645) 2020-02-21 15:03:27 -05:00