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

15 lines (14 loc) 285 B
/** * @see winston.config.NpmConfigSetLevels */ export declare enum LogLevel { error = 0, warn = 1, info = 2, http = 3, verbose = 4, debug = 5, silly = 6 } export declare const DEFAULT_LOGGER_LABEL = "app"; export declare const DEFAULT_LOG_LEVEL: string;