DO DNS Issue: TTL must be > 30
-
We have had several reports about DO DNS integration not working. It seems they changed the API all of a sudden to have a min value of 30.
To fix this issue temporarily: Change the DNS provider to4.1.4 is now released.manual
. We are making a 4.1.4 release with the fix. -
Just came to look into this, was bad timing as I was just in the middle of changing from wildcard to DigitalOcean in the dropdown menu and then ran into this issue you mentioned about the record TTL being greater than 30. Had just bough the $30 Cloudron subscription too. Hoping for a quick fix.
-
@dustinddotca An alternate fix is:
- edit
/home/yellowtent/box/src/dns/digitalocean.js
and change the line "ttl: 1" (around line 114) to "ttl: 30" systemctl restart box
Then you can use the DO DNS provider.
- edit
-
We already pushed out 4.1.4 with the same fix as above but it might take a week to get released to all. Thanks
-
Indeed, missed that. Just making a blog post for 4.1 release which will include it.