https://github.com/jc21/docker-dnsrouter
https://github.com/jc21/docker-dnsrouter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jc21/docker-dnsrouter
- Owner: jc21
- Created: 2022-02-06T22:21:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T03:09:28.000Z (7 months ago)
- Last Synced: 2025-03-26T01:01:54.575Z (2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dnsrouter
This is a docker image running the [dnsrouter](https://github.com/jc21/dnsrouter) binary.
The following architectures are supported for all images:
- amd64
- arm/v7
- arm64### Usage:
```
docker run jc21/dnsrouter \
-v /path/to/dnsrouter-config.json:/dnsrouter-config.json
```### Dnsrouter Config
The default config written into the docker image is [defined here](files/dnsrouter-config.json)
however you will definitely want to create your own configuration and mount it into your container instead.See the [dnsrouter project](https://github.com/jc21/dnsrouter) for configuration.