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

349 Commits

Author SHA1 Message Date
05da8b9e83 Improve the getting started docs (#106)
* A more detailed getting started guide.
2017-05-02 09:08:28 -04:00
8769b1f021 Removed debug statements. 2017-04-30 09:30:07 -04:00
d92fd5b461 BIND Provider: Pick default TTL automatically for zonefiles (#109)
* BIND Provider: Pick default TTL automatically for zonefiles
2017-04-30 09:28:35 -04:00
c13d83887c NS RR (apex) TTL example (#107)
* examples.md: more TTL examples
2017-04-28 14:17:44 -04:00
3488c82093 Fix some typos in comments (#102) 2017-04-27 06:59:18 -06:00
426c2ed38d add BaseURL option to namecheap creds to allow setting sandbox endpoint (#97) 2017-04-25 11:24:55 -04:00
32fedd8b5f prevendor publicsuffix 2017-04-20 09:33:38 -06:00
4f0b605908 alias can have orange cloud 2017-04-20 07:13:21 -06:00
54336ccd35 spacing 2017-04-19 15:52:35 -06:00
0149806086 pointers are hard 2017-04-19 15:48:58 -06:00
ef4897d893 hmm 2017-04-19 15:38:14 -06:00
db6e094aba Merge branch 'master' of github.com:StackExchange/dnscontrol 2017-04-19 15:29:57 -06:00
5bb6f82146 does release asset ids change when you change one? 2017-04-19 15:29:41 -06:00
e9f6749c0f Name.com now manages NS records by itself. (#92) 2017-04-19 15:20:26 -06:00
7d8ba06740 Adding script to upload master to github release. 2017-04-19 14:36:09 -06:00
3af3638902 Replace build script with go version 2017-04-19 14:31:09 -06:00
47f4cab449 Merge remote-tracking branch 'origin/master' 2017-04-19 14:28:32 -06:00
68dbf80158 More granular travis statuses (#77) 2017-04-19 13:24:53 -06:00
fb14cea91e Support ALIAS records with Cloudflare (#89)
* simple facility for registering provider capabilities

* support for cloudflare. tests.

* js and docs

* docs

* generate
2017-04-19 13:13:28 -06:00
ffb2ee7673 Docs fixes (#85)
* Clarify what "apiuser" is in Cloudflare docs

Confusingly it is the email address associated with the account, not the username.

* Remove Gandi registrar from docs

Because it doesn't actually exist.
2017-04-19 10:41:12 -06:00
55e7710b06 Fix broken doc-link from getting-started (#90)
This appears to be the only one.  Manual audit with (zsh):

    pcregrep -o1 '}}/([^\)]+)\)' **/*(.)

yielded all the site-based URLs and I eye-compared them to the names of
existing docs.
2017-04-18 13:14:27 -04:00
3d08eb69af simple facility for registering provider capabilities 2017-04-17 15:16:29 -06:00
4e57bdb7cf tests 2017-04-17 09:30:31 -06:00
fea2736148 wire into js REVERSE function 2017-04-14 13:53:02 -06:00
ec25e00cf8 initial reverse-domain func 2017-04-14 13:17:14 -06:00
0203b3eebc checking only one cname on a name (#81) 2017-04-13 11:10:15 -06:00
3c22807b91 Testing build ignores docs 2017-04-13 11:02:08 -06:00
ee17957e96 testing doc update 2017-04-13 10:57:58 -06:00
14b6c09f0d Merge branch 'tlim_jumpstart' 2017-04-13 12:47:04 -04:00
406ded5baf getting-started.md: Add advice about migrating old zones. (#79)
* migrating.md: Detailed description of the process
2017-04-13 12:46:47 -04:00
a64f0dfc1a fixup! 2017-04-13 12:45:13 -04:00
e7ed9edfb1 migrating.md: NEW 2017-04-13 12:41:28 -04:00
2ea04e990f More migration advice 2017-04-13 12:39:52 -04:00
bb1dcac520 Testing and fixing AD (#74)
* updates to AD

* fix linux build
2017-04-13 10:19:51 -06:00
321e4dc26d fixup! 2017-04-13 11:29:56 -04:00
bfc5a59521 convertzone: Add build instructions. 2017-04-13 11:26:53 -04:00
85d0944bee getting-started.md: Add advice about converting old zones. 2017-04-13 10:58:15 -04:00
c044cca2dd gen 2017-04-11 23:05:47 -06:00
fc0cac7d29 adding mx and cname 2017-04-11 23:02:57 -06:00
ff6c4289fa namecheap: Sorting nameservers (#72)
Partially fixes #69
2017-04-10 19:26:19 -06:00
eddb66caa5 Correct docs to reflect supported values for cloudflare_proxy[_default] (#71)
Also correct other minor typos
2017-04-10 19:26:11 -06:00
0afd171283 Added docs for Namecheap registrar provider (#67) 2017-04-01 09:44:49 -04:00
2a38a2b71a Added docs for Cloudflare DNS provider (#65) 2017-04-01 09:44:35 -04:00
a8b9c7ab5c Fixed a typo in the Gandi provider docs (#66)
Thanks!
2017-04-01 09:43:47 -04:00
d205c8b4ed Adding gandi to integration suite. Fixing bugs. (#57)
* Adding gandi to integration suite. Fixing bugs.
Fixes #35
Fixes #36

* small fixes

* gandi docs
2017-03-27 16:03:01 -06:00
efb8e9bbf4 Adding simple require functionality to js (#58)
* Adding simple require functionality to js

* comment
2017-03-27 16:01:12 -06:00
b0333f3244 Add a "commented SPF record" example. 2017-03-27 17:44:04 -04:00
bf664a9f44 docs/examples.md: Add "commented SPF" example. 2017-03-27 17:41:28 -04:00
7aaf749011 docs/examples.md: Use a more complete GSuite macro. 2017-03-27 17:38:49 -04:00
ea47b8ecc1 docs/examples.md: Change " to ' for docs 2017-03-27 17:33:27 -04:00