Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Created September 21, 2016 14:03
Show Gist options
  • Select an option

  • Save Yasushi/e33101ba81af5f665522bbcd183a0db9 to your computer and use it in GitHub Desktop.

Select an option

Save Yasushi/e33101ba81af5f665522bbcd183a0db9 to your computer and use it in GitHub Desktop.
dnsmasq command line
sudo dnsmasq -i en3 --server 8.8.8.8 --no-ping --dhcp-range=172.16.10.30,172.16.10.60,255.255.255.0,1800 -l dnsmasq.leases -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment