Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bgpat/nsd-slave
- Owner: bgpat
- License: mit
- Created: 2017-04-15T14:39:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:34:08.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:23:48.247Z (2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```