https://github.com/timatooth/ddns-service
Update Route53 zone resource record to point to home ip.
https://github.com/timatooth/ddns-service
Last synced: 9 months ago
JSON representation
Update Route53 zone resource record to point to home ip.
- Host: GitHub
- URL: https://github.com/timatooth/ddns-service
- Owner: timatooth
- Created: 2017-12-23T08:04:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T08:09:33.000Z (over 8 years ago)
- Last Synced: 2025-01-19T09:13:23.913Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Serverless (AWS) ddns-service
> A quick way to update Route53 zone Resource Record to point to home ip.
Because most DYNDNS services tend to suck. Other lambdas online seemed too complex.
## Deployment
1. Setup AWS Route53 Hosted Zone with your domain.
2. Install serverless framework `npm i -g serverless`.
`ZONE_ID=ZX6TTOZYNG4A RECORD_NAME=home.example.com serverless deploy --region ap-southeast-2 --stage dev`
On your Raspberry Pi: `crontab -e`:
*/10 * * * * curl https://.execute-api.ap-southeast-2.amazonaws.com/dev/dns/update
###### SECURITY
Dont share the endpoint url...