flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Possibility to disable DNS checks in `fly secrets set`, because it always fails

Open hilja opened this issue 1 year ago • 0 comments

Every time I set fly secrets set -a=foo MY_SECRET="bar" the DNS check times out.

It would be nice to be able to disable the DNS check. I’m not sure why it fails, my site works file, might be something to do with Cloudflare, since that’s where I have my DNS.

Earlier I had similar issue with the deploy command which you fixed, thanks :)

Operating system

fly v0.3.15 darwin/arm64 Commit: 8453296dedac053aad2375ae9106d23c63c2c8f7 BuildDate: 2024-10-03T15:58:08Z

Command output:**

Checking DNS configuration for psl-s.fly.dev
WARN DNS checks failed: read udp <ip>:63362->8.8.8.8:53: i/o timeout

hilja avatar Oct 09 '24 10:10 hilja