From f338fa611214d1009a69741f7ba6ec41f9d17e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Demirta=C5=9F?= Date: Sun, 30 Oct 2016 17:46:23 +0200 Subject: [PATCH] Update README.MD --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index 8626178..0d5eb11 100644 --- a/README.MD +++ b/README.MD @@ -108,13 +108,21 @@ authoritative; Then scroll down to the bottom and add the following lines subnet 192.168.42.0 netmask 255.255.255.0 { + range 192.168.42.10 192.168.42.50; + option broadcast-address 192.168.42.255; + option routers 192.168.42.1; + default-lease-time 600; + max-lease-time 7200; + option domain-name "local"; + option domain-name-servers 8.8.8.8, 8.8.4.4; + } Save the file by typing in Control-X then Y then return