KnownLocalDNSServeStale enum
Known values of LocalDNSServeStale that the service accepts.
Fields
| Disable | Disable serving stale data. |
| Immediate | Serve stale data immediately. Send the expired entry to the client before checking to see if the entry is available from the source. See cache plugin for more information. |
| Verify | Serve stale data with verification. First verify that an entry is still unavailable from the source before sending the expired entry to the client. See cache plugin for more information. |