Shows Ip address and Family of a website Its a sample project I made just to view the IP address of a website and Family it has.
Nodejs
AnonyminHack5
pkg install node
pkg install npm
npm init -y
npm install prompt-sync
termux-setup-storage
git clone https://github.com/TermuxHackz/dnslookup
cd dnslookup
node dnslookup.js
sudo apt install nodejs
sudo apt install npm
npm init -y
npm install prompt-sync
git clone https://github.com/TermuxHackz/dnslookup
cd dnslookup
node dnslookup.js