Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save approximatenumber/52c9818abf252f94b34659d92bb78569 to your computer and use it in GitHub Desktop.
Save approximatenumber/52c9818abf252f94b34659d92bb78569 to your computer and use it in GitHub Desktop.
dnsmasq dhcp server oneliner
# '--port' option disables DNS
dnsmasq -d --interface eno1 --dhcp-range=10.0.0.100,10.0.0.105,255.255.255.0,6h --port=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment