Examples (6)
Start dnsmasq with default configuration
Run dnsmasq in the foreground (for debugging)
dnsmasq --no-daemonSpecify a custom configuration file
dnsmasq --conf-file=path/to/config.confEnable verbose logging
dnsmasq --log-queries --log-facility=-Set a DHCP range and lease time
dnsmasq --dhcp-range=192.168.0.50,192.168.0.150,12hDisplay version
dnsmasq --versionmade by @shridhargupta | data from tldr-pages