Skip to content

Commit

Permalink
Notes quoting behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Apr 15, 2015
1 parent cec5ea6 commit e1e2a2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion route53/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ The following are notable when compared to different providers.
* `Zone.id()` is opaque and multiple zones can exist with the same `Zone.name()`.
* Zone lists are 1 + N requests in order to zip with the SOA's ttl and rname.
* The default ttl for record sets is hard-coded to 300.
* The zone's NS record set can be altered, but not removed.
* The zone's NS record set can be altered, but not removed.
* `SPF` and `TXT` rdata are quoted when accessed from the Route53 api directly. Denominator unquotes them.

0 comments on commit e1e2a2d

Please sign in to comment.