# filter what we send upstream domain-needed bogus-priv filterwin2k # Debug logging log-dhcp log-queries # Set router as gateway dhcp-option=3,192.168.17.1 # allow /etc/hosts and dhcp lookups for local domains local=/tinycloud/ domain=tinycloud # If you want dnsmasq to listen for requests only on specified interfaces # (and the loopback) give the name of the interface (eg eth0) here. # Repeat the line for more than one interface. #interface=enp1s0 # Or you can specify which interface _not_ to listen on #except-interface= # Uncomment this to enable the integrated DHCP server, you need # to supply the range of addresses available for lease and optionally # a lease time. If you have more than one network, you will need to # repeat this for each network on which you want to supply DHCP # service. dhcp-range=192.168.17.10,192.168.17.100,255.255.255.0,12h # If this line is uncommented, dnsmasq will read /etc/ethers and act # on the ethernet-address/IP pairs found there just as if they had # been given as --dhcp-host options. Useful if you keep # MAC-address/host mappings there for other purposes. read-ethers # Set the NTP time server addresses dhcp-option=option:ntp-server,192.168.17.2