summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/dnsmasq
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/dnsmasq')
-rwxr-xr-xmeta-networking/recipes-support/dnsmasq/files/dnsmasq.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
index 1a198a379..bd0ee001a 100755
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq.conf
@@ -77,7 +77,7 @@ bogus-priv
77#except-interface= 77#except-interface=
78# Or which to listen on by address (remember to include 127.0.0.1 if 78# Or which to listen on by address (remember to include 127.0.0.1 if
79# you use this.) 79# you use this.)
80#listen-address= 80listen-address=127.0.0.1
81 81
82# On systems which support it, dnsmasq binds the wildcard address, 82# On systems which support it, dnsmasq binds the wildcard address,
83# even when it is listening on only some interfaces. It then discards 83# even when it is listening on only some interfaces. It then discards
@@ -114,7 +114,7 @@ bogus-priv
114# repeat this for each network on which you want to supply DHCP 114# repeat this for each network on which you want to supply DHCP
115# service. 115# service.
116#dhcp-range=192.168.0.50,192.168.0.150,12h 116#dhcp-range=192.168.0.50,192.168.0.150,12h
117dhcp-range=10.0.0.10,10.0.0.200,2h 117#dhcp-range=10.0.0.10,10.0.0.200,2h
118 118
119# This is an example of a DHCP range where the netmask is given. This 119# This is an example of a DHCP range where the netmask is given. This
120# is needed for networks we reach the dnsmasq DHCP server via a relay 120# is needed for networks we reach the dnsmasq DHCP server via a relay