https://github.com/jc21/route53-ddns
Update your route53 records dynamically with current IP
https://github.com/jc21/route53-ddns
Last synced: about 2 months ago
JSON representation
Update your route53 records dynamically with current IP
- Host: GitHub
- URL: https://github.com/jc21/route53-ddns
- Owner: jc21
- Created: 2019-07-23T22:39:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T05:13:26.000Z (over 3 years ago)
- Last Synced: 2025-03-26T01:01:53.806Z (2 months ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 110
- Watchers: 3
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Route53 DDNS
- Sick of using Dynamic DNS services that are costly or annoying?
- Already use Route53 for your domain DNS?
- Do you have a dynamically assigned IP address?This is the command for you.
```bash
Update route53 DNS record with your current IP address
Usage: route53-ddns [--setup] [--configfile CONFIGFILE]Options:
--setup, -s Setup wizard
--configfile CONFIGFILE, -c CONFIGFILE
Config File to use (default: ~/.aws/route53-ddns.json)
--help, -h display this help and exit
--version display version and exit
```## Install
#### Centos
RPM hosted on [yum.jc21.com](https://yum.jc21.com)
#### Debian/Ubuntu/Mint
DEB host on [dpkg.jc21.com](https://dpk.jc21.com)
#### Go Get
```bash
go get github.com/jc21/route53-ddns
```#### Building
```bash
git clone https://github.com/jc21/route53-ddns && cd route53-ddns
go build -o bin/route53-ddns cmd/route53-ddns/main.go
./bin/route53-ddns -h
```