limacity-dns-update

🤖 Update DNS records at lima-city.de

MIT License

Stars
0

limacity-dns-update

🤖 Updates DNS entries on Lima-City.

Usage

Docker

The Docker container is the preferred way to use this:

docker run -d \
    --name limacity-dns-update \
    --env-file .env \
    --network host \
    ghcr.io/axelrindle/limacity-dns-update:latest

The --network host flag is required for IPv6 support.

Binary

If you'd like to use the binary, download it from the latest release.

Make sure to place a .env file next to the binary.

Systemd

I provide a systemd unit file.

  1. Place it at ~/.config/systemd/user.
  2. Copy the binary to /usr/local/bin/limacity-dns-update.
  3. Create an env file at /usr/local/etc/limacity-dns-update.env and populate it
    with settings from the .env.example file.

License

MIT