Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbaikge/update-home-ip
Updates an A record in Route53 with your public IP
https://github.com/jbaikge/update-home-ip
Last synced: 9 days ago
JSON representation
Updates an A record in Route53 with your public IP
- Host: GitHub
- URL: https://github.com/jbaikge/update-home-ip
- Owner: jbaikge
- Created: 2023-11-17T19:48:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T19:49:04.000Z (about 1 year ago)
- Last Synced: 2024-10-28T13:09:08.006Z (about 2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Update Home IP
Keep an A record in Route53 up to date with your public IP.
## Installation
```
go install github.com/jbaikge/update-home-ip
```## Running With Systemd
Copy the included `update-home-ip.service` to `/etc/systemd/system` and modify with the correct path to the binary and domain name parameter. Create a new file, `/etc/defaults/update-home-ip` with the correct values:
```shell
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
AWS_HOSTED_ZONE_ID=
```Copy the included `update-home-ip.timer` to `/etc/systemd/system` and modify if desired.