From 45fa7e85a166354421d2bd449819c4f24c7fa3be Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 25 Jan 2015 19:27:45 +0100 Subject: [PATCH] =?UTF-8?q?On=20=C3=A9vite=20que=20ca=20fasse=20serveur=20?= =?UTF-8?q?dhcp=20pour=20eviter=20de=20polluer=20tout=20le=20monde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/etc/config/dhcp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/etc/config/dhcp diff --git a/files/etc/config/dhcp b/files/etc/config/dhcp new file mode 100644 index 0000000000..e8cf23125b --- /dev/null +++ b/files/etc/config/dhcp @@ -0,0 +1,16 @@ +config 'dnsmasq' + option domainneeded 1 + option boguspriv 1 + option filterwin2k 0 + option localise_queries 1 + option rebind_protection 1 + option rebind_localhost 0 + option local '/lan/' + option domain 'lan' + option expandhosts 1 + option nonegcache 0 +# option authoritative 1 + option readethers 1 +# option leasefile '/tmp/dhcp.leases' + option resolvfile '/tmp/resolv.conf.auto' + option interface lo