dnscontrol/providers/domainnameshop
Simen Bai e9510da434
Domainnameshop provider (#1625)
* Added basic structure for domain name shop

* Finished proof of concept for domainnameshop

* Fixed handeling of IDNA for CNAME records

* Updated documentation notes

* Added docs

* Ran linter and vet

* Removed proxy config used for debugging

* Ran go generate

* Fixed issue with TTLs being restricted to a multiple of 60

* Ran tests, vet and linting and fixed flaws

* Fixed typo in docs

* Improved code based on feedback

* Fixed issues with TXT records not working properly

* Refactored according to new file layout proposed

* Updated documentation matrix

* Suggestions and corrections

* Corrected according to suggestions

Co-authored-by: Simen Bai <git@simenbai.no>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-08-01 12:01:37 -04:00
..
api.go Domainnameshop provider (#1625) 2022-08-01 12:01:37 -04:00
convert.go Domainnameshop provider (#1625) 2022-08-01 12:01:37 -04:00
dns.go Domainnameshop provider (#1625) 2022-08-01 12:01:37 -04:00
dns_test.go Domainnameshop provider (#1625) 2022-08-01 12:01:37 -04:00
domainnameshopProvider.go Domainnameshop provider (#1625) 2022-08-01 12:01:37 -04:00