From ed0dd3006c558699df42ee42727fc5e0d2664d39 Mon Sep 17 00:00:00 2001 From: kenshinx Date: Wed, 11 Feb 2015 11:13:05 +0800 Subject: [PATCH] Add link to blog --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18a1c7f..59c3b40 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,18 @@ Similar to [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) ,but support $ sudo ./godns -c godns.conf +4. Test + + $ dig www.github.com @127.0.0.1 + +More details about how to install and running godns can reference my [blog (Chinese)](http://blog.kenshinx.me/blog/compile-godns/) + ## Use godns $ sudo vi /etc/resolv.conf nameserver #the ip of godns running - - ## Configuration All the configuration in `godns.conf` is a TOML format config file.