An open API service indexing awesome lists of open source software.

https://github.com/jakowenko/route53-dynamic-dns

Update AWS Route53 hosted zone record sets with current public IP address.
https://github.com/jakowenko/route53-dynamic-dns

Last synced: 7 months ago
JSON representation

Update AWS Route53 hosted zone record sets with current public IP address.

Awesome Lists containing this project

README

          

## Options

| Name | Description |
|--|--|
| INTERVAL | Interval in minutes before rechecking public IP |
| AWS_DOMAINS | Comma seperated list of domains to update (home.example.com, vpn.example.com) |
| AWS_ACCESS_KEY_ID | AWS Access Key for IAM user |
| AWS_SECRET_ACCESS_KEY | AWS Secret Access Key for IAM user |
| AWS_REGION | AWS Region |
| AWS_HOSTED_ZONE_ID | AWS Route53 Hosted Zone ID |
| TZ | Timezone used in logs |