ttl rewrites or clamps TTLs on response records. It supports fixing all TTLs to a single value or applying a min/max range.
ttl:60 sets all record TTLs to 60.ttl:30-300 enforces min=30, max=300.ttl (integer): fixed TTL. Overrides min/max when non-zero.min (integer): minimum TTL; raises TTLs below this value.max (integer): maximum TTL; lowers TTLs above this value.ttl is set (non-zero), all record TTLs are replaced with that value.min / max are applied to clamp existing TTLs.