Skip to content

Instantly share code, notes, and snippets.

@jimcadden
Created October 22, 2013 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimcadden/7102941 to your computer and use it in GitHub Desktop.
Save jimcadden/7102941 to your computer and use it in GitHub Desktop.
pedantic dnsmasq
dnsmasq -z --dhcp-range=192.168.0.50,192.168.0.199,255.255.255.0 --interface=tap100 --except-interface=lo --listen-address=192.168.0.3
-dhcp-range=<start>,<end>,<mask>
-listen-address=<ip of interface>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment