DDNS compatible with Technitium API and RFC2136

This commit is contained in:
2025-10-07 14:06:13 +02:00
commit 571ca5ed44
5 changed files with 256 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: "3.8"
services:
technitium-ddns:
build: .
container_name: technitium-ddns
restart: unless-stopped
env_file:
- .env