Cannot ping the remote server

Hello I’m using ngrok for testing purposes however when I run the runner it throws this error:
time="2021-02-21T10:31:23Z" level=error msg="cannot ping the remote server" error="Post http://f6f46881a5c2.ngrok.io/rpc/v2/ping: dial tcp: lookup f6f46881a5c2.ngrok.io on 192.168.1.1:53: server misbehaving"

I followed official guides and don’t know what’s wrong.
thanks!

dial tcp: lookup f6f46881a5c2.ngrok .io on 192.168.1.1:53: server misbehaving

you are being throttled by ngrok for too many requests per minute. I do not recommend sending all of your traffic through ngrok like this. Instead you should only send webhook traffic through ngrok [1][2]

[1] DRONE_SERVER_PROXY_HOST | Drone
[2] DRONE_SERVER_PROXY_PROTO | Drone