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.