skibish / ddns

Personal DDNS client with Digital Ocean Networking DNS as backend.
MIT License
254 stars 24 forks source link

TTL field #19

Closed ajay-a1 closed 4 years ago

ajay-a1 commented 4 years ago

Is there any way to specify TTL field? And different A records for different domains?

skibish commented 4 years ago

Hi @ajay-a1 ,

Is there any way to specify TTL field?

No. Currently default TTL of 1800 is set.

And different A records for different domains?

At this point no. All A records specified will be shared across domains.

What is your use case?