dnscheck

command module
v0.0.0-...-66ca573 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 2 Imported by: 0

README

dnscheck

dnscheck is for querying the IP, CName, NS, MX and TXT records of the URL. It uses fiber and basic goroutines and channel(just for experimentation purpose). Goroutines and channel can be removed if needed.

It also uses redis for caching mechanism.

The structure is kept simple and straightforward following the principle of KISS(Keep It Stupid Simple).

How to run

docker compose up

Use the cURL commands below to interact with the endpoint

curl "http://localhost:3000/dns/{url-to-query}"

eg: curl "http://localhost:3000/dns/google.com"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL