https://github.com/zas/docker-tinydns
tinydns & dnscache
https://github.com/zas/docker-tinydns
Last synced: 2 months ago
JSON representation
tinydns & dnscache
- Host: GitHub
- URL: https://github.com/zas/docker-tinydns
- Owner: zas
- Created: 2016-08-04T15:11:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T15:21:34.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T21:43:34.803Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-tinydns
Docker image with tinydns and dnscache```bash
docker run -dit -p 53:53/udp -p 53:53/tcp -v /etc/tinydns/data:/etc/tinydns/root/data --name tinydns zas/tinydns
```