Skip to content

Instantly share code, notes, and snippets.

@ffund
Last active November 6, 2020 15:27
Show Gist options
  • Select an option

  • Save ffund/ae43447629c3c5b9da9eb54962f93adf to your computer and use it in GitHub Desktop.

Select an option

Save ffund/ae43447629c3c5b9da9eb54962f93adf to your computer and use it in GitHub Desktop.
dnsmasq config file for the "Basic home gateway services: DHCP, DNS, NAT, and more" experiment
interface=eth1
dhcp-range=192.168.100.100,192.168.100.199,4h
dhcp-option=3,192.168.100.1
dhcp-option=6,192.168.100.1
bind-interfaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment