infoblox-go-client
infoblox-go-client copied to clipboard
Support TTL configuration
infoblox-go-client does not support TTL part of infoblox api:
My main use case is to modify TTL for specific TXT record https://github.com/AbsaOSS/ohmyglb/issues/61
Can we have ttl support for A or CNAME or AAAA records ? MX NS ?
from looking at the code, it seems only TXT records have implemented TTL functionality
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.