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) 201 B
import { Command } from "commander"; import { EnvironmentConfig } from "../environment/environment-config.mjs"; declare const _default: (config: EnvironmentConfig) => Command; export default _default;