Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clayrisser/nameservers

List your nameservers
https://github.com/clayrisser/nameservers

dns linux list local nameserver nameservers resolv resolv-conf unix

Last synced: 7 days ago
JSON representation

List your nameservers

Awesome Lists containing this project

README

        

# nameservers

List your nameservers

## Installation

### Ubuntu
```sh
curl -L -o /bin/nameservers https://github.com/jamrizzi/nameservers/releases/download/v0.1.0/nameservers.deb
sudo dpkg -i nameservers.deb
```

### Linux
```sh
curl -L -o /bin/nameservers https://github.com/jamrizzi/nameservers/releases/download/v0.1.0/nameservers
sudo chmod +x /bin/nameservers
```

## Build

```sh
git clone https://github.com/jamrizzi/nameservers.git
make build
sudo make install
```

## Usage

```sh
nameservers

# 8.8.8.8
# 8.8.4.4
```