/dns-resolver

A web app to query DNS records of a hostname along with its nameservers

Primary LanguageGo

DNS Resolver by Fachrin

A web app to query DNS records of a hostname along with its nameservers. Check it out live demo version here: https://resolver.fachr.in

Program Flow

DNSResolverFlow

How to Build & Run (Docker Required)

If you don't have Docker installed on your machine, please do install first. Check out: https://docs.docker.com/get-docker/

Build

Execute following command in your terminal

make build

Run

Execute following command in your terminal

make run

Run command will build and run the image at the same time. A docker container will run on: http://localhost:9999, open it on your browser to interact with the app

Preview

A preview of the web app querying DNS records (ANY) of tesla.com returning records for the hostname and its nameservers

Screenshot 2022-10-17 at 08 41 04

Check out: https://resolver.fachr.in :)