Created
December 9, 2022 13:49
-
-
Save bluecmd/980e65ee4b3eb4ed288c4fe58dfda0f3 to your computer and use it in GitHub Desktop.
One-liner dnsmasq DHCP server
This file contains 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 --port 0 --no-daemon --dhcp-range=192.168.1.100,192.168.1.200 --dhcp-leasefile=/dev/null -z --conf-file=/dev/null --interface enp36s0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment