# Client Settings # Parameters under the "Settings" stanza are required for operation, along with at least 1 domain or sub-domain [Settings] # Name of Lambda Function on AWS function_name = AWS_DDNS # Zone ID for Hosted Zone within Route53 HostedZoneId = Z0960732328DPDEXAMPLE # TTL to set the domains to upon update (value is in seconds). Set this close to the same duration that the client script will be ran via cron. TTL = 300 [Domains] # Comma separated list of sub-domains to update the "A" record for. (No Spaces between domain names, only a comma) Domains must be members of the above HostedZone within AWS domain_list = example.com,sub1.example.com,sub2.example.com