You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems impossible with this bind formula to set a TTL on individual records that differs from the TTL set in the soa data structure.
$TTL 1w ; default for the rest of the zone.
foo IN A 192.168.254.3 ; uses default of 1w
$TTL 2d ; default for the rest of the zone.
joe 3h IN A 192.168.254.3 ; overrides default
www IN A 192.168.254.3 ; uses default = 2 days
Changing the default for the rest of the zone may nog be very practical with the current set up that sorts the entries on record type and alphabetically, but the override per record should be possible?
The text was updated successfully, but these errors were encountered:
It seems impossible with this bind formula to set a TTL on individual records that differs from the TTL set in the soa data structure.
Changing the default for the rest of the zone may nog be very practical with the current set up that sorts the entries on record type and alphabetically, but the override per record should be possible?
The text was updated successfully, but these errors were encountered: