Created
September 21, 2016 14:03
-
-
Save Yasushi/e33101ba81af5f665522bbcd183a0db9 to your computer and use it in GitHub Desktop.
dnsmasq command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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