Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rulanugrh/ersa
- Owner: rulanugrh
- Created: 2024-03-11T13:58:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T14:16:49.000Z (10 months ago)
- Last Synced: 2024-04-14T07:14:44.484Z (9 months ago)
- Topics: go-net, go-tools, tools, useful-tools
- Language: Go
- Homepage:
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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