- Property Manager name: DNS Prefresh
- Behavior version: The
latest
rule format supports thednsPrefresh
behavior v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read-only
- Allowed in includes: Not available for
latest
rule format
Allows edge servers to refresh your origin's DNS record independently from end-user requests. The type A DNS record refreshes before the origin's DNS record expires.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Allows edge servers to refresh DNS records before they expire. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
delay | string (duration) | Specifies the amount of time following a DNS record's expiration to asynchronously prefresh it. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} | |
timeout | string (duration) | Specifies the amount of time to prefresh a DNS entry if there have been no requests to the domain name. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} |