Commit graph

13 commits

Author SHA1 Message Date
Craig Peterson 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
Craig Peterson dc2743dd4a fix nil error msg 2017-05-03 09:56:08 -06:00
Craig Peterson 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
Craig Peterson 0203b3eebc checking only one cname on a name (#81) 2017-04-13 11:10:15 -06:00
Craig Peterson 9fa7164081 Validation Refactor (#52)
* Cleaning up (and enforcing) validation

* Some more style fixes to validation

* comment
2017-03-20 14:20:02 -06:00
Craig Peterson b11254e51f import transform will not overwrite existing records. (#34)
fixes #33
2017-02-07 12:42:11 -07:00
Tom Limoncelli 56698453a1 validate.go: Remove "_" warning if CNAME is a _domainkey.
* "_" is permitted in label, if we suspect the target is a TXT.
  * Improve warning text if "." is required at end of target.
  * Move common factor assert_no_enddot(label) outside of case statement.
2017-01-24 11:57:59 -05:00
Craig Peterson 12f006441b Refactoring diff package interface (#22)
* initial refactoring of diffing

* making cloudflare and others compile

* gandi and gcloud. no idea if gandi works anymore.

* r53

* namedotcom wasn't working.
2017-01-11 12:38:07 -07:00
Craig Peterson 1ea80d5347 Nameserver overhaul (#17)
* go changes to support nameservers_from

* clear nameservers before giving to dsp.

* work

* work

* nameserver updates.

* remove unused

* name.com stinks at NS records.

* whitespace

* removing web(belongs in own repo). First sketch of DSP vs NAMESERVER_FROM

* add DEFAULTS to replace defaultDsps.

* initial gcloud provider. Simple records work.

* namedotcom can do subdomain ns records now.

* fix for mx and txt

* kill dsp acronym
2016-12-16 13:10:27 -07:00
Craig Peterson dd538e6693 import_transform can define ttl as third parameter (#5) 2016-09-28 12:45:59 -06:00
Craig Peterson 03d30b02c7 Hard code ttl to 60 for transformed records (#4) 2016-09-28 12:32:36 -06:00
Craig Peterson 3fb4f3b54c fixing a few mistakes in list conversion 2016-09-27 12:28:09 -06:00
Craig Peterson ef0bbf53af migrate code for github 2016-08-22 18:31:50 -06:00