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 (4 loc) 233 B
export declare const MINIMUM_IP_RETRIEVE_TIMEOUT_MS = 1000; export declare const MINIMUM_IP_RETRIEVE_UPDATE_DIFF_MS = 1000; export declare const CHANGE_INSYNC_INTERVAL_MS = 15000; export declare const CHANGE_INSYNC_LIMIT_MS: number;