Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rulanugrh/ersa

tools for get information about dns server
https://github.com/rulanugrh/ersa

go-net go-tools tools useful-tools

Last synced: 3 days ago
JSON representation

tools for get information about dns server

Awesome Lists containing this project

README

        

Ersa


Lookup DNS via command line

## Installation
**install from script**
```bash
git clone https://github.com/rulanugrh/ersa.git
cd ersa
sudo ./install.sh
```

**self build**
```bash
git clone https://github.com/rulanugrh/ersa.git
cd ersa
go build -o ersa
```

**install (windows user)**
```
you can copy file `build/ersa.exe` if you are arch x64 bit
```

## Usage
```
ersa [DOMAIN_NAME]
```

## Screenshot