Hi, I am getting `read udp 192.168.100.44:56746->9.9.9.9:53: i/o timeout` error

I am trying to run fly secrets deploy, but getting this error

▶ flyctl secrets deploy                         
Updating existing machines in 'sublime-apps-ismile' with rolling strategy

-------
 ✔ [1/2] Machine 080e39da653448 [app] update succeeded
 ✔ [2/2] Machine 4d8910e3c35198 [app] update succeeded
-------
Checking DNS configuration for sublime-apps-ismile.fly.dev
Error: read udp 192.168.100.44:55716->9.9.9.9:53: i/o timeout

Any idea how to resolve this error.

1 Like

Getting same error when trying to deploy

1 Like

Hi… This might be your ISP blocking that alternative resolver (9.9.9.9).

You may be able to pass --dns-checks=false to the more general fly deploy; if I’m reading its documentation correctly, doing so will skip that test entirely.

Hope this helps!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.