Last active
November 6, 2020 15:27
-
-
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
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
| 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