Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 547 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 547 Bytes

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