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.
- Host: GitHub
- URL: https://github.com/p-mng/lima_ddns
- Owner: p-mng
- License: mit
- Created: 2025-10-03T12:09:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-03T22:12:31.000Z (9 months ago)
- Last Synced: 2025-10-03T22:30:46.302Z (9 months ago)
- Topics: ddns, ddns-client, ddns-script, ddns-updater, dns, docker, docker-compose, go, golang, lima-city, linux, nameserver
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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`.