Skip to content

Instantly share code, notes, and snippets.

@codatory
Created August 19, 2014 17:40
Show Gist options
  • Save codatory/4ae110e2812de604f7b2 to your computer and use it in GitHub Desktop.
Save codatory/4ae110e2812de604f7b2 to your computer and use it in GitHub Desktop.
dnsmasq --cache-size=5000 --no-daemon --domain-needed --dhcp-range=192.168.0.5,192.168.0.25,5m --dhcp-leasefile=/tmp/dhcp.leases --no-poll --no-hosts --server=8.8.8.8 --server=8.8.4.4 --log-queries --neg-ttl=600 --max-ttl=600 --bind-dynamic --dhcp-option=option:router,192.168.0.1 --dhcp-sequential-ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment