Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.