1# Sample dnsmasq for testing DNS and DHCPv4 2 3interface=tap0 4 5# Do not use 53 (DNS) or 5353 (mDNS) ports in order not to have problems 6# in your local network. 7port=15353 8bind-interfaces 9no-resolv 10 11address=/4.zephyr.test/192.0.2.2 12address=/6.zephyr.test/2001:db8::2 13address=/www.zephyrproject.org/192.0.2.2 14address=/www.zephyrproject.org/2001:db8::2 15 16# Add zephyrtest to /etc/hosts for next cname to work 17cname=ztest,zephyrtest 18 19domain=zephyr.test 20dhcp-range=192.0.2.16,192.0.2.32,1h 21