diff --git a/dnsmasq.conf b/dnsmasq.conf new file mode 100644 index 0000000..54d3d26 --- /dev/null +++ b/dnsmasq.conf @@ -0,0 +1,5 @@ +interface=vnat0 +listen-address=10.0.0.1,127.0.0.1 +dhcp-range=10.0.0.2,10.0.0.254,12h +dhcp-option=option:ntp-server,10.0.0.1 +dhcp-option=option:dns-server,10.0.0.1