Hi,
I’m getting a the above error when deploying from GitHub Actions, using the GitHub Action for flyctl.
The problem started when I switched from a shared IPv4 address to an IPv6 dedicated address in the same region as my machine:
$ fly ips list
VERSION IP TYPE REGION CREATED AT
v6 xxx:xxx:xxx::xxx:xxx public (dedicated) xxx Mar 14 2024 10:35
I gave it a day for the DNS to propagate, but it’s been over a day now and the problem still persists. Seems to be the same issue as this one.
The deploy works, but the action fails. I serve the app behind Cloudflare so it works for IPv4 as well. Having a dedicated IP in a specific region has resulted in a significant speed improvement. Is there a setting to turn off the DNS check?