Update readme

This commit is contained in:
kenshinx 2015-02-12 19:22:05 +08:00
parent 8e36b0b62a
commit 44b4cfa24e

View File

@ -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