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

https://github.com/p-mng/lima_ddns

A daemon to dynamically update DNS nameserver records at lima-city.de.
https://github.com/p-mng/lima_ddns

ddns ddns-client ddns-script ddns-updater dns docker docker-compose go golang lima-city linux nameserver

Last synced: about 2 months ago
JSON representation

A daemon to dynamically update DNS nameserver records at lima-city.de.

Awesome Lists containing this project

README

          

# lima_ddns

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/p-mng/lima_ddns/go.yml) ![GitHub Tag](https://img.shields.io/github/v/tag/p-mng/lima_ddns)

A daemon to dynamically update DNS nameserver records at [lima-city.de](https://www.lima-city.de/) using the [official REST API](https://www.lima-city.de/docs/). Requires a valid API key and a paid domain. Can be run using Docker or as a standalone binary.

## Usage

1. Create an API key at . The key should have all `dns.*` permissions.
2. Create a config file using the example config file (`config.sample.yml`).
3. Run the daemon using the provided `docker-compose.yml`.