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

https://github.com/turing-machines/dnsmasq-docker


https://github.com/turing-machines/dnsmasq-docker

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# dnsmasq docker container

### systemd

```
git clone https://github.com/turing-machines/dnsmasq-docker
cd dnsmasq-docker

docker build -t turing-machines/dnsmasq .

cp dnsmask.docker.service /etc/systemd/system

sudo systemctl enable dnsmasq.service
sudo sustemctl start dnsmasq.service

```