Skip to content

Commit 51d999d

Browse files
authored
DDNS updates v6 address (#2012)
1 parent 061ba31 commit 51d999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik-cf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
restart: "unless-stopped"
5454
environment:
5555
- LOG_LEVEL=${LOG_LEVEL:-info}
56-
- 'CONFIG={"settings": [{"provider": "cloudflare", "zone_identifier": "${CF_ZONE_ID}", "domain": "${DDNS_SUBDOMAIN}.${DOMAIN}", "ttl": 1, "token": "${CF_DNS_API_TOKEN}", "proxied": ${DDNS_PROXY}, "ip_version": "ipv4"}]}'
56+
- 'CONFIG={"settings": [{"provider": "cloudflare", "zone_identifier": "${CF_ZONE_ID}", "domain": "${DDNS_SUBDOMAIN}.${DOMAIN}", "ttl": 1, "token": "${CF_DNS_API_TOKEN}", "proxied": ${DDNS_PROXY}, "ip_version": "ipv4"},{"provider": "cloudflare", "zone_identifier": "${CF_ZONE_ID}", "domain": "${DDNS_SUBDOMAIN}.${DOMAIN}", "ttl": 1, "token": "${CF_DNS_API_TOKEN}", "proxied": ${DDNS_PROXY}, "ip_version": "ipv6"}]}'
5757
volumes:
5858
- /etc/localtime:/etc/localtime:ro
5959
<<: *logging

0 commit comments

Comments
 (0)