Skip to content

Instantly share code, notes, and snippets.

@fintanmm
Created May 26, 2015 19:53
Show Gist options
  • Save fintanmm/5f1188f77ed5179fe911 to your computer and use it in GitHub Desktop.
Save fintanmm/5f1188f77ed5179fe911 to your computer and use it in GitHub Desktop.
no-resolv
resolv-file=/etc/resolv.dnsmasq.conf
interface=docker0
dhcp-range=172.17.42.64,172.17.42.126
dhcp-no-override
# dhcp-leasefile=/etc/dnsmasq.d/default.leases
dhcp-lease-max=127
dhcp-host=52:54:00:29:94:d0,my-filer,172.17.42.80,12h
dhcp-option=option:domain-search,site
dhcp-script=/usr/bin/update-docker-dns.sh
#dhcp-hostsfile=/etc/dnsmasq.d/default.hostsfile
addn-hosts=/etc/dnsmasq.d/docker
log-queries
log-dhcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment