infoblox-go-client icon indicating copy to clipboard operation
infoblox-go-client copied to clipboard

Support TTL configuration

Open ytsarev opened this issue 4 years ago • 3 comments

infoblox-go-client does not support TTL part of infoblox api: image

My main use case is to modify TTL for specific TXT record https://github.com/AbsaOSS/ohmyglb/issues/61

ytsarev avatar Mar 14 '20 12:03 ytsarev

Can we have ttl support for A or CNAME or AAAA records ? MX NS ?

ErwanMAS avatar Aug 11 '20 22:08 ErwanMAS

from looking at the code, it seems only TXT records have implemented TTL functionality

schlitzered avatar Nov 24 '20 11:11 schlitzered

Now the feature is available at master branch. Will be available as part of v2.0.0

Support for MX and NS would be added soon.

somashekhar avatar Jul 21 '21 09:07 somashekhar