initial commit

This commit is contained in:
Adrian Baumgart 2024-03-20 14:59:37 +01:00
commit 64d98fe2df
No known key found for this signature in database
4 changed files with 26 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@ -0,0 +1,18 @@
name: cloudflare_ddns
services:
cloudflare-ddns-v4:
container_name: CloudflareDDNSv4
env_file:
- main.env
- v4.env
network_mode: host
restart: unless-stopped
image: oznu/cloudflare-ddns:latest
cloudflare-ddns-v6:
container_name: CloudflareDDNSv6
env_file:
- main.env
- v6.env
network_mode: host
restart: unless-stopped
image: oznu/cloudflare-ddns:latest

6
main.env Normal file
View File

@ -0,0 +1,6 @@
API_KEY=
ZONE=
SUBDOMAIN=
PROXIED=false
CF_API=https://api.cloudflare.com/client/v4
CRON=*/5 * * * *

1
v4.env Normal file
View File

@ -0,0 +1 @@
RRTYPE=A

1
v6.env Normal file
View File

@ -0,0 +1 @@
RRTYPE=AAAA