UNPKG

@linkedmink/node-route53-dynamic-dns

Version:

Background process that updates AWS Route 53 DNS address records whenever the public IP of the hosting environment changes

5 lines 246 B
export const MINIMUM_IP_RETRIEVE_TIMEOUT_MS = 1000; export const MINIMUM_IP_RETRIEVE_UPDATE_DIFF_MS = 1000; export const CHANGE_INSYNC_INTERVAL_MS = 15000; export const CHANGE_INSYNC_LIMIT_MS = 5 * 60 * 1000; //# sourceMappingURL=behavior.mjs.map