Skip to content

Commit

Permalink
fix: Change cloudflare IPx_PROVIDER
Browse files Browse the repository at this point in the history
Change provider in an attempt to fix missing ipv4 domain records. This
is being tracked here: favonia/cloudflare-ddns#985
  • Loading branch information
Guergeiro committed Nov 28, 2024
1 parent ccfc0fb commit 6519ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/cloudflare/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"CF_API_TOKEN": "{{ cloudflare_dns_token }}"
"PROXIED": "is({{ cloudflare_domains | selectattr('proxy', 'equalto', 'true') | map(attribute='domain') | join(',') }})"
"DOMAINS": "{{ cloudflare_domains | map(attribute='domain') | join(',') }}"
"IP4_PROVIDER": "url:https://api4.ipify.org"
"IP6_PROVIDER": "url:https://api6.ipify.org"
"DELETE_ON_STOP": "true"
network_mode: "host"
restart_policy: always
Expand Down

0 comments on commit 6519ea8

Please sign in to comment.