I add a hkg regional IP to my app today, and I found that it sometimes return connection error.
Test command:
$ curl -I https://geeknote.net --resolve 'geeknote.net:443:204.8.222.2'
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to geeknote.net:443
But sometimes it works fine, and <app-name>.fly.dev
works fine.
Did I miss something or is there a problem needs to be fixed?