ddns icon indicating copy to clipboard operation
ddns copied to clipboard

Simple restful dynamic DNS service

Results 1 ddns issues
Sort by recently updated
recently updated
newest added

Good Day 1. Install using docker-compose ``` ddns: container_name: ddns image: raptorbox/ddns-amd64 restart: always ports: - 5303:5303 - 5303:5303/udp - 50053:50053 environment: - PUID=${DOCKER_PUID} - PGID=${DOCKER_PGID} - TZ=${DOCKER_TZ} networks: shared-vlan:...