Add link to blog
This commit is contained in:
parent
b24fe9ac4a
commit
ed0dd3006c
@ -31,14 +31,18 @@ Similar to [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) ,but support
|
|||||||
|
|
||||||
$ sudo ./godns -c godns.conf
|
$ 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
|
## Use godns
|
||||||
|
|
||||||
$ sudo vi /etc/resolv.conf
|
$ sudo vi /etc/resolv.conf
|
||||||
nameserver #the ip of godns running
|
nameserver #the ip of godns running
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
All the configuration in `godns.conf` is a TOML format config file.
|
All the configuration in `godns.conf` is a TOML format config file.
|
||||||
|
Loading…
Reference in New Issue
Block a user