cloud is a bash script that can be used on termux and Linux. Usually, we used to use the ngrok tool to expose our localhost but now all browsers mark the ngrok link as a danger so no one opens the link we send.
So in this post, we are going to look at the local host exposed tool that can be an alternative to the ngrok tool, this tool is the best alternative to the ngrok tool.
Use cloud tool in termux
Step 1: First, type the below command in your termux terminal to download the cloud tool into your termux application.
git clone https://github.com/princekrvert/cloud.git

Step 2: Now change your directory to Local host exposed tool so execute the following command on your termux terminal
cd cloud

Step 3: After changing your directory execute the below command in your termux terminal and install this localhost exposed tool.
bash cloud.sh

Step 4: After downloading the cloudflare package for you paste your localhost link and press enter button, after doing that you will get a link and if you send that link to your target it will work 100% without any danger indication.

Use cloud tool on Linux
The process for installing and using this utility in termux is the same as for linux, therefore follow the same four steps as for termux.
COMMAND | DISCRIPTION |
---|---|
git clone ( package link) | Download the tool |
cd cloud | Change the directory |
bash cloud.sh | Execute the cloud tool |
I hope this post is very useful for those who are using ngrok and please share this post with your friends, if you have any doubt about this post ask me through the below command section.