Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/nsd-slave

slave nsd server on Docker
https://github.com/bgpat/nsd-slave

Last synced: 28 days ago
JSON representation

slave nsd server on Docker

Awesome Lists containing this project

README

        

# nsd-slave
slave nsd server on Docker

# usage

## run

```bash
docker run -d -p53 -p53/udp bgpat/nsd-slave
```

## show zones

```bash
docker exec nsd-control zonestatus
```

## add zone

```bash
docker exec nsd-control addzone slave
```

## delete zone

```bash
docker exec nsd-control delzone
```