I am working on project “Accessing Node-Red dashboard from anywhere”.While installing ngork in the Rpi i am geting following error.
pi@raspberrypi:~ $ sudo wget https://dl.ngrok.com/ngrok_2.0.19_linux_amd.zip –2017-05-18 08:35:08– https://dl.ngrok.com/ngrok_2.0.19_linux_amd.zip Resolving dl.ngrok.com (dl.ngrok.com)… 198.58.102.42 Connecting to dl.ngrok.com (dl.ngrok.com)|198.58.102.42|:443… failed: No route to host.
1 Answers
Hi Sunil,
Can you run this command instead?
pi@raspberrypi:~ $ sudo wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.zip
The rest of the commands should work fine.
Thanks!
Rui