1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
d7845e046c docs/ Remove whitespace at EOL 2017-08-29 13:49:39 -04:00
52be4cec5b fixup! 2017-08-24 12:04:33 -04:00
71a976e4df Document the release engineering process (#189)
* Document the release process.
2017-08-24 08:32:51 -07:00
5cf482e8e8 Clarify "must end with a (.)" error message. 2017-08-18 15:50:55 -04:00
d15ef9f1a3 Fix highlighting 2017-08-15 13:54:00 -04:00
ea3e2831a8 Document TXT, NS, NO_PURGE, PURGE, and IMPORT_TRANSFORM (#184)
* Document TXT, NS, NO_PURGE, PURGE, and IMPORT_TRANSFORM
2017-08-15 10:46:31 -07:00
ad27cc9b3b Digitalocean provider (#171)
* Implement Digitalocean provider
* Vendor digitalocean lib
* Enable SRV for Digitalocean and fix the tests
* Test cname etc. records pointing to the same domain
2017-08-10 13:31:20 -07:00
aa0850fbaf provider-list.md: List maintainers 2017-08-07 13:18:09 -04:00
85bd94ef7c Document that contributors that they'll be asked to maintain their code. 2017-08-07 11:50:54 -04:00
09122701c3 Clarify official/contributed providers responsibilities 2017-08-07 11:47:53 -04:00
b89f9c66d1 convertzone should do a better job with NS records. Fixes https://github.com/StackExchange/dnscontrol/issues/162 2017-08-05 11:59:35 -04:00
988d8d6bf8 Document potential issue with R53 provider. See https://github.com/StackExchange/dnscontrol/pull/155 2017-08-05 11:01:08 -04:00
2cbabd859b Make it easier to add new Rtypes. (#169)
* NEW: docs/adding-new-rtypes.md
* Mark all "if" and "switch" statements with `#rtype_variations`
* Make consistent use of `default: panic()`
2017-08-04 12:26:29 -07:00
f214fb4515 Update writing-providers.md (#172)
* Update writing-providers.md
2017-08-04 12:19:10 -07:00
b5e4ab1e23 Cloudflare documentation update (#167)
* Fix syntax errors in documentation
* Add example on how to enable manage_redirects
2017-08-02 10:51:13 -07:00
2f0f5330fc Add CAA support (#161)
* Added CAA support

* Fixed bind parsing of CAA records

* Added CAA parsing test

* Renamed CAA json fields

* Added CAA tag validation

* Updated CAA docs to clarify on the value field

* parse_tests: Fixed typo in caaflags

* Added integration test

* Small cleanups
2017-07-25 14:59:40 -04:00
d55b20ecdb Add SRV Record Type (#136)
* Add support for SRV records for NAMEDOTCOM and ROUTE53.
* Improve docs
* Rename RR() to ToRR().
* Rename RecordConfig Priority to MxPreference (affects json IR data)
2017-07-19 15:53:40 -04:00
d346d561a0 NAMEDOTCOM needs parameterization to permit integration testing. 2017-07-13 15:21:16 -04:00
e563c53658 PTR should handle "Classless in-addr.arpa delegation" RFC2317 (#149)
* Handle IPv4 "Classless in-addr.arpa delegation" RFC2317 (partial).
* Validate PTR name when in RFC2317 "Classless in-addr.arpa delegation" domains.
* Update docs
* Set CanUsePTR for Route53 and Google CloudDNS.
* BIND: Replace "/" with "_" in filenames.
2017-07-10 19:24:55 -04:00
9e66402e0b DefaultTTL.md: Improve example 2017-07-09 08:04:28 -04:00
582e5c2bb1 Make PTR more magical (#148)
* Initial code and tests
2017-07-07 13:59:29 -04:00
aa92817116 Enable PTR records for BIND driver (#146)
* WIP

* Enable PTR records in dnsconfig.js, in BIND provider.

* Rename REVERSE() to REV().

* More accurate PTR target checking

* Document REV()

* Fix broken test
2017-07-06 10:18:15 -04:00
06461d3bca Add note that GoDaddy support is requested. 2017-06-19 08:39:47 -07:00
5c282d819b Add request for OVH support 2017-06-15 15:16:15 -04:00
adf2f5e165 List requested-but-unimplemented providers 2017-06-11 09:00:36 -04:00
f929eadbf9 Change double to single quotes in examples. 2017-06-08 14:14:46 -04:00
023dca79e9 fixup! 2017-06-08 13:56:44 -04:00
da5dd05568 fixup! 2017-06-08 13:54:58 -04:00
2de98be2b5 Document the new TTL/DefaultTTL duration format. 2017-06-08 13:44:37 -04:00
839d50d433 _providers/activedir.md: First draft of AD docs. 2017-06-08 10:47:08 -04:00
5ce8802a54 Fix bug #70: Document a checklist for new providers 2017-06-01 18:23:04 -04:00
c3889fa6c5 Merge branch 'master' into tlim_cfaliases 2017-06-01 18:06:05 -04:00
1d0a57fdc8 Update docs to properly use ROUTE53 in examples (#127) 2017-05-31 13:12:40 -04:00
a2110c5021 Add unittest docs 2017-05-27 16:13:55 -04:00
eb77b78c11 Add tips for provider authors. 2017-05-26 08:20:38 -04:00
955ff41230 Update convertzone docs 2017-05-25 20:42:30 -04:00
cf2208ebfc Merge branch 'master' into tlim_cfaliases 2017-05-25 20:38:48 -04:00
f1a0d65198 Cloudflare Redirects (#119)
* function sig

* sig

* some custom record infrastructure

* CLOUDFLARE REDIRECTS!

* comments out

* guarding redirects behind provider metadata to manage

* catch commas in js to ensure proper encoding.

* gen

* small fix

* revendor otto

* docs
2017-05-19 14:15:57 -04:00
b620121dce Update alias examples in cloudflare doc 2017-05-16 15:55:51 -04:00
56e08b9202 Add CF aliases 2017-05-11 01:02:57 -04:00
4e2669a4e3 gandi.md: Correct typos 2017-05-10 09:19:11 -04:00
6a58397a6b Typo: 'consturct' --> 'construct' (#117) 2017-05-08 05:36:29 -06:00
5cad1c3513 Cloudflare createdomain (#113)
* fixing #112

* fixing build issue

* typo

* adding missing commits from master

* fixing gofmt validation errors

* fixing github pull request sugestions

* fixing build issue

* adding debug info

* adding more debug

* tweaking code based on pull request comments

* fixing error
2017-05-05 15:20:43 -06:00
d98c57c85f modify route53 documentation with the aws credentials configuration (#115) 2017-05-05 08:48:02 -04:00
f0546a2700 updating cloudflare documentation (#103)
* updating cloudflare doc 

to show how to use proxy and alias

* adding note about new domains not being added to CF
2017-05-03 09:45:31 -06:00
6565462962 Document that providers don't (or do) add domains to your account automatically. 2017-05-03 09:32:47 -04:00
0d02c9adf4 updating getting started doc for multiple providers (#104)
* updating getting started doc for multiple providers
2017-05-02 16:22:51 -04:00
05da8b9e83 Improve the getting started docs (#106)
* A more detailed getting started guide.
2017-05-02 09:08:28 -04:00
c13d83887c NS RR (apex) TTL example (#107)
* examples.md: more TTL examples
2017-04-28 14:17:44 -04:00
426c2ed38d add BaseURL option to namecheap creds to allow setting sandbox endpoint (#97) 2017-04-25 11:24:55 -04:00