Skip to content

Resolver resolves the Domain Name -> IP | IP -> Host Name

Notifications You must be signed in to change notification settings

BLooDBRothER/resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESOLVER

  • Converts Name -> IP
  • Converts IP -> Name

Installation

  1. Clone the repository
  git clone https://github.com/BLooDBRothER/resolver.git
  1. Navigate to the cloned repo
  cd resolver
  1. Install
  make

Documentation

Assuming you are in the resolver repo

  1. To resolve the Name -> IP
  ./resolve name
  1. To resolve IP -> Name
  ./resolve ip

image