A daemon to dynamically update DNS nameserver records at lima-city.de using the official REST API. Requires a valid API key and a paid domain. Can be run using Docker or as a standalone binary.
- Create an API key at https://www.lima-city.de/usercp/api_keys. The key should have all
dns.*permissions. - Create a config file using the example config file (
config.sample.yml). - Run the daemon using the provided
docker-compose.yml.