From: dbs Date: Wed, 1 Dec 2010 03:10:53 +0000 (+0000) Subject: Apply patch for dnsmasq documentation X-Git-Tag: osrf_rel_2_1_0-alpha1~105 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=48bd6e74779346acb27aeecb6aa1aceaeb5a73cd;p=OpenSRF.git Apply patch for dnsmasq documentation Thanks to Michael Giarlo for providing this correction to the dnsmasq configuration line! git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2121 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/README b/README index 5db0ce1..69d32e1 100644 --- a/README +++ b/README @@ -230,7 +230,7 @@ entry for localhost, and point your local DNS resolver to dnsmasq. For example, on Ubuntu you can issue the following commands as root: # aptitude install dnsmasq -# echo "webserver=/localhost/127.0.0.1/" >> /etc/dnsmasq.conf +# echo "server=/localhost/127.0.0.1/" >> /etc/dnsmasq.conf # /etc/init.d/dnsmasq restart Then edit /etc/resolv.conf and ensure that "nameserver 127.0.0.1" is the first