From 44b4cfa24e2a7478870301c6413164846dbe1ea3 Mon Sep 17 00:00:00 2001 From: kenshinx Date: Thu, 12 Feb 2015 19:22:05 +0800 Subject: [PATCH] Update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59c3b40..8e95e8a 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,10 @@ A simple and fast dns cache server written by go. Similar to [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) ,but support some difference features: -* Keep hosts records in redis instead of the local file /etc/hosts +* Keep hosts records in redis and the local file /etc/hosts * Auto-Reloads when hosts configuration is changed. (Yes, dnsmasq needs to be reloaded) -* Cache records save in memory or redis configurable - ## Installation & Running @@ -24,7 +22,7 @@ Similar to [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) ,but support 2. Build $ cd $GOPATH/src/github.com/kenshinx/godns - $ go build -o godns *.go + $ go build -o godns 3. Running