clean commit

This commit is contained in:
L4RM4ND
2023-02-15 22:45:31 +01:00
commit 09fbf06719
159 changed files with 3822 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Reference
https://hub.docker.com/r/oznu/cloudflare-ddns/

View File

@@ -0,0 +1,9 @@
version: '3.7'
services:
ddns:
image: oznu/cloudflare-ddns:latest
restart: unless-stopped
environment:
- API_KEY=MyCloudflareApiToken # change this
- ZONE=example.com
- SUBDOMAIN=* # either subdomain or wildcard * to update root domain