Unable to send commands to fly.io

Since yesterday I can’t run any commands with the fly client, I always get the same type of communication error:

flyctl doctor
Testing authentication token... FAILED
(Error: can't verify access token: Post "https://api.fly.io/graphql": dial tcp [2a09:8280:1:f28:246e:d6a:949:dbbf]:443: connect: no route to host)

We can't authenticate you with your current authentication token.

Run 'flyctl auth login' to get a working token, or 'flyctl auth signup' if you've
never signed up before.
flyctl agent restart
Error failed establishing connection to agent: Post "https://api.fly.io/graphql": dial tcp [2a09:8280:1:f28:246e:d6a:949:dbbf]:443: connect: no route to host
flyctl status
WARN failed querying for new release: Get "https://formulae.brew.sh/api/formula/flyctl.json": dial tcp [2606:50c0:8000::153]:443: connect: no route to host
Error failed to get app: Post "https://api.fly.io/graphql": dial tcp [2a09:8280:1:f28:246e:d6a:949:dbbf]:443: connect: no route to host

This is the client version:

flyctl v0.0.441 darwin/amd64 Commit: 7a9ec7be BuildDate: 2022-12-16T17:47:35Z

I thinks this is a issue with my DNS provider, after change my network config to use OpenDNS and Google DNS this problem was solved.