Sign inSign up

vimagick/dnsmasq

By vimagick

Updated almost 3 years ago

A DNS forwarder and DHCP server for small computer networks, created as free software

Image
2

10K+

vimagick/dnsmasq repository overview

dnsmasq

Dnsmasq is a Domain Name System forwarder and Dynamic Host Configuration Protocol server for small computer networks, created as free software.

docker-compose.yml

version: "3.8"
services:
  dnsmasq:
    image: vimagick/dnsmasq
    ports:
      - "53:53/tcp"
      - "53:53/udp"
      - "67:67/udp"
    volumes:
      - ./data:/etc/dnsmasq.d
    cap_add:
      - NET_ADMIN
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:e8a49d7ed

Size

4 MB

Last updated

almost 3 years ago

docker pull vimagick/dnsmasq