Skip to content

Commit

Permalink
Merge pull request dnsimple#6 from sargun/fix-dns-ttl
Browse files Browse the repository at this point in the history
Bump maximum TTL to actual value specified in RFC2181
  • Loading branch information
aeden committed May 23, 2016
2 parents 674603a + 286f9d8 commit 45e543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns.erl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
-type label() :: binary().
-type class() :: 0..65535.
-type type() :: 0..65535.
-type ttl() :: 0..65535.
-type ttl() :: 0..2147483647.
-type rrdata() :: binary()
| #dns_rrdata_a{}
| #dns_rrdata_aaaa{}
Expand Down

0 comments on commit 45e543d

Please sign in to comment.