Skip to content

A simple CLI to convert domains into IP address.

License

Notifications You must be signed in to change notification settings

koaj/domain-to-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Domain-to-IP binary file helps you to get ip of a list of domains and print them on your screen. Usage:

cat domains.txt | ./domain-to-ip

If you'd like to use Cloudflare's 1.1.1.1 DNS service add secure keyword in your command line.

cat domains.txt | ./domain-to-ip secure

Check for errors in output by adding debug keyword in your command line:

cat domains.txt | ./domain-to-ip