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

https://github.com/jc21/docker-dnsrouter


https://github.com/jc21/docker-dnsrouter

Last synced: about 2 months ago
JSON representation

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.