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

https://github.com/duckthom/dns-gen


https://github.com/duckthom/dns-gen

dnsmasq docker docker-gen

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# dns-gen
=========

## Usage

```
docker run -d \
-p 53:53/tcp -p 53:53/udp \
--cap-add=NET_ADMIN \
-v /var/run/docker.sock:/tmp/docker.sock:ro \
--name=dnsmasq \
lunamoonfang/dns-gen
```

## Environment

`FORCE_IP`: Force the ips of the generated hosts to be this value instead of `127.0.0.1`