dnscontrol/models
Tom Limoncelli 752e25471d
NEW PROVIDER: CSCGLOBAL as DNS Service Provider (#1516)
* Move the registrar features to a separate file

* Prepare the testing framework

* Roughed out functions

* Fix up structs

* WIP!

* First tests pass

* wip!

* Flesh out remaining rTypes, get nameservers, etc

* Fix TXT records

* Clean up code

* More cleanups. Fix CAA/SRV

* Linting

* Cleanups/linting

* Fix CAA [more] and more cleanups

* CSC does not like very long txt records

* Use timer only when interactive

* Disable CAA for now

* Update docs

* Remove debug printf

* add go-isatty

* cleanups
2022-06-12 16:01:08 -04:00
..
dns.go Eliminate models.StringsToNameservers() (#1486) 2022-04-24 09:08:40 -04:00
dns_test.go "Target" RecordConfig should not be exported (#1061) 2021-03-04 18:58:23 -05:00
dnsrr.go Security: Fix many staticcheck warnings 2021-12-14 09:47:32 -05:00
domain.go ClouDNS: Add CLOUDNS_WR (Web Redirects) (#1421) 2022-03-02 09:21:51 -05:00
provider.go NEW PROVIDER: CSCGLOBAL as DNS Service Provider (#1516) 2022-06-12 16:01:08 -04:00
quotes.go BUGFIX: CAA records may include quoted spaces #1374 (#1377) 2022-01-25 09:57:20 -05:00
quotes_test.go BUGFIX: CAA records may include quoted spaces #1374 (#1377) 2022-01-25 09:57:20 -05:00
record.go MAINT: Sort various lists (#1433) 2022-03-02 11:19:15 -05:00
record_test.go "Target" RecordConfig should not be exported (#1061) 2021-03-04 18:58:23 -05:00
t_caa.go BUGFIX: CAA records may include quoted spaces #1374 (#1377) 2022-01-25 09:57:20 -05:00
t_ds.go GANDI_V5: supports DS records already (#1112) 2021-03-29 10:04:36 -04:00
t_mx.go Switch to Go 1.13 error wrapping (#604) 2020-01-28 11:06:56 -05:00
t_naptr.go Improve MSDNS naptr support (#1165) 2021-06-24 18:26:21 -04:00
t_parse.go MAINT: Sort various lists (#1433) 2022-03-02 11:19:15 -05:00
t_soa.go BIND: Improve SOA serial number handling (#651) 2020-02-23 13:58:49 -05:00
t_srv.go EXOSCALE: Update exoscale/egoscale client to v0.23.0 (#664) 2020-02-27 23:06:12 -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 Re-engineer TXT records for simplicity and better compliance (#1063) 2021-03-07 13:19:22 -05:00
target.go NEW PROVIDER: CSCGLOBAL as DNS Service Provider (#1516) 2022-06-12 16:01:08 -04:00
tdwarn.go linting (#693) 2020-03-10 16:53:17 -04:00
tonameservers_test.go GetNameservers is inconsistent across providers (#655) 2020-03-01 10:33:24 -05:00