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.
- Host: GitHub
- URL: https://github.com/jakowenko/route53-dynamic-dns
- Owner: jakowenko
- Created: 2020-07-07T01:23:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T04:28:27.000Z (over 3 years ago)
- Last Synced: 2025-02-08T04:19:14.350Z (over 1 year ago)
- Language: JavaScript
- Size: 384 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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 |