BLooDBRothER / resolver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 70.6%Language:Shell 24.7%Language:Makefile 4.7%